Searched refs:debug_smp_processor_id (Results 1 – 3 of 3) sorted by relevance
57 noinstr unsigned int debug_smp_processor_id(void) in debug_smp_processor_id() function61 EXPORT_SYMBOL(debug_smp_processor_id);
233 extern unsigned int debug_smp_processor_id(void);234 # define smp_processor_id() debug_smp_processor_id()
38 extern unsigned int debug_smp_processor_id(void); /* from linux/smp.h */43 #define get_paca() ((void) debug_smp_processor_id(), local_paca)