Searched refs:this_cpu_base (Results 1 – 2 of 2) sorted by relevance
31 unsigned long this_cpu_base; in __hyp_per_cpu_offset() local37 this_cpu_base = kern_hyp_va(cpu_base_array[cpu]); in __hyp_per_cpu_offset()39 return this_cpu_base - elf_base; in __hyp_per_cpu_offset()
230 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base() local234 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base()235 new_cpu_base = get_target_base(this_cpu_base, pinned); in switch_hrtimer_base()257 if (new_cpu_base != this_cpu_base && in switch_hrtimer_base()261 new_cpu_base = this_cpu_base; in switch_hrtimer_base()267 if (new_cpu_base != this_cpu_base && in switch_hrtimer_base()269 new_cpu_base = this_cpu_base; in switch_hrtimer_base()