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
105 crash_save_cpu(regs, safe_smp_processor_id()); in native_machine_crash_shutdown()
179 if (atomic_cmpxchg(&stopping_cpu, -1, safe_smp_processor_id()) != -1) in native_nmi_stop_other_cpus()
841 crashing_cpu = safe_smp_processor_id(); in nmi_shootdown_cpus()
152 int safe_smp_processor_id(void) in safe_smp_processor_id() function