Searched refs:safe_smp_processor_id (Results 1 – 6 of 6) sorted by relevance
171 extern int safe_smp_processor_id(void);173 # define safe_smp_processor_id() smp_processor_id() macro
21 #define safe_smp_processor_id() 0 macro
172 if (atomic_cmpxchg(&stopping_cpu, -1, safe_smp_processor_id()) != -1) in native_stop_other_cpus()
171 crash_save_cpu(regs, safe_smp_processor_id()); in native_machine_crash_shutdown()
844 crashing_cpu = safe_smp_processor_id(); in nmi_shootdown_cpus()
315 int safe_smp_processor_id(void) in safe_smp_processor_id() function