Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dsmp.c40 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()
A Dstop_machine.c72 cpumask_t allbutself; in stop_machine_run() local
82 cpumask_andnot(&allbutself, &cpu_online_map, in stop_machine_run()
84 nr_cpus = cpumask_weight(&allbutself); in stop_machine_run()
103 for_each_cpu ( i, &allbutself ) in stop_machine_run()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmp.c243 cpumask_t allbutself; in new_tlbflush_clock_period() local
246 cpumask_andnot(&allbutself, &cpu_online_map, in new_tlbflush_clock_period()
248 flush_mask(&allbutself, FLUSH_TLB); in new_tlbflush_clock_period()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dmain.c214 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 5 milliseconds