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()
197 struct hrtimer_cpu_base *this_cpu_base) in hrtimer_suitable_target() argument205 if (new_cpu_base == this_cpu_base) in hrtimer_suitable_target()214 if (!hrtimer_base_is_online(this_cpu_base)) in hrtimer_suitable_target()253 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base() local257 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base()281 this_cpu_base)) { in switch_hrtimer_base()284 new_cpu_base = this_cpu_base; in switch_hrtimer_base()291 new_cpu_base = this_cpu_base; in switch_hrtimer_base()1233 force_local = base->cpu_base == this_cpu_base; in __hrtimer_start_range_ns()1240 force_local &= this_cpu_base->online; in __hrtimer_start_range_ns()[all …]