Searched refs:safe_smp_processor_id (Results 1 – 6 of 6) sorted by relevance
192 extern int safe_smp_processor_id(void);203 #define safe_smp_processor_id() smp_processor_id() macro
19 #define safe_smp_processor_id() 0 macro
151 int safe_smp_processor_id(void) in safe_smp_processor_id() function
203 if (atomic_cmpxchg(&stopping_cpu, -1, safe_smp_processor_id()) != -1) in native_stop_other_cpus()
774 crashing_cpu = safe_smp_processor_id(); in nmi_shootdown_cpus()
183 crash_save_cpu(regs, safe_smp_processor_id()); in native_machine_crash_shutdown()