Home
last modified time | relevance | path

Searched refs:this_cpu_base (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dhyp-smp.c29 unsigned long this_cpu_base; in __hyp_per_cpu_offset() local
35 this_cpu_base = kern_hyp_va(cpu_base_array[cpu]); in __hyp_per_cpu_offset()
37 return this_cpu_base - elf_base; in __hyp_per_cpu_offset()
/linux-6.1.9/kernel/time/
Dhrtimer.c228 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base() local
232 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base()
233 new_cpu_base = get_target_base(this_cpu_base, pinned); in switch_hrtimer_base()
255 if (new_cpu_base != this_cpu_base && in switch_hrtimer_base()
259 new_cpu_base = this_cpu_base; in switch_hrtimer_base()
265 if (new_cpu_base != this_cpu_base && in switch_hrtimer_base()
267 new_cpu_base = this_cpu_base; in switch_hrtimer_base()