Searched refs:allbutself (Results 1 – 3 of 3) sorted by relevance
/xen/xen/common/ |
A D | smp.c | 40 cpumask_t allbutself; in smp_call_function() local 42 cpumask_andnot(&allbutself, &cpu_online_map, in smp_call_function() 44 on_selected_cpus(&allbutself, func, info, wait); in smp_call_function()
|
/xen/xen/arch/x86/ |
A D | smp.c | 293 cpumask_t allbutself; in new_tlbflush_clock_period() local 296 cpumask_andnot(&allbutself, &cpu_online_map, in new_tlbflush_clock_period() 298 flush_mask(&allbutself, FLUSH_TLB); in new_tlbflush_clock_period()
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | main.c | 214 cpumask_t allbutself; in set_mtrr() local 219 cpumask_andnot(&allbutself, &cpu_online_map, in set_mtrr() 221 nr_cpus = cpumask_weight(&allbutself); in set_mtrr() 231 on_selected_cpus(&allbutself, ipi_handler, &data, 0); in set_mtrr()
|
Completed in 4 milliseconds