Searched refs:safe_smp_processor_id (Results 1 – 6 of 6) sorted by relevance
162 extern int safe_smp_processor_id(void);164 # define safe_smp_processor_id() smp_processor_id() macro
21 #define safe_smp_processor_id() 0 macro
229 int safe_smp_processor_id(void) in safe_smp_processor_id() function
208 if (atomic_cmpxchg(&stopping_cpu, -1, safe_smp_processor_id()) != -1) in native_stop_other_cpus()
178 crash_save_cpu(regs, safe_smp_processor_id()); in native_machine_crash_shutdown()
828 crashing_cpu = safe_smp_processor_id(); in nmi_shootdown_cpus()