Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mtrr/
Dmtrr.c818 int first_cpu; in mtrr_save_state() local
823 first_cpu = cpumask_first(cpu_online_mask); in mtrr_save_state()
824 smp_call_function_single(first_cpu, mtrr_save_fixed_ranges, NULL, 1); in mtrr_save_state()
/arch/sparc/kernel/
Dsmp_64.c652 u16 first_cpu = 0xffff; in hypervisor_xcall_deliver() local
732 if (first_cpu != cpu_list[0]) { in hypervisor_xcall_deliver()
733 first_cpu = cpu_list[0]; in hypervisor_xcall_deliver()
734 xc_rcvd = CPU_MONDO_COUNTER(first_cpu); in hypervisor_xcall_deliver()
742 target_cpu_busy = (xc_rcvd < CPU_MONDO_COUNTER(first_cpu)); in hypervisor_xcall_deliver()
743 xc_rcvd = CPU_MONDO_COUNTER(first_cpu); in hypervisor_xcall_deliver()
783 this_cpu, first_cpu, (tot_retries + retries), tot_cpus); in hypervisor_xcall_deliver()
/arch/powerpc/xmon/
Dxmon.c1214 unsigned long cpu, first_cpu, last_cpu; in cpu_cmd() local
1220 last_cpu = first_cpu = NR_CPUS; in cpu_cmd()
1226 if (last_cpu != first_cpu) in cpu_cmd()
1228 last_cpu = first_cpu = cpu; in cpu_cmd()
1233 if (last_cpu != first_cpu) in cpu_cmd()
/arch/powerpc/kvm/
Dbook3s_hv.c5483 int first_cpu = i * threads_per_core; in kvm_init_subcore_bitmap() local
5484 int node = cpu_to_node(first_cpu); in kvm_init_subcore_bitmap()
5487 if (paca_ptrs[first_cpu]->sibling_subcore_state) in kvm_init_subcore_bitmap()
5498 int cpu = first_cpu + j; in kvm_init_subcore_bitmap()