Home
last modified time | relevance | path

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

/freebsd-14.2/sys/x86/x86/
H A Dcpu_machdep.c163 int bound_cpu, cpu, i, is_bound; in x86_msr_op() local
183 bound_cpu = td->td_oncpu; in x86_msr_op()
189 sched_bind(td, bound_cpu); in x86_msr_op()
199 bound_cpu = td->td_oncpu; in x86_msr_op()
200 if (!is_bound || bound_cpu != cpu) in x86_msr_op()
204 if (bound_cpu != cpu) in x86_msr_op()
205 sched_bind(td, bound_cpu); in x86_msr_op()