Searched refs:CALLER_ID_MASK (Results 1 – 1 of 1) sorted by relevance
2136 #define CALLER_ID_MASK 0x80000000 macro2141 CALLER_ID_MASK + smp_processor_id(); in printk_caller_id()2149 CALLER_ID_MASK + smp_processor_id(); in printk_caller_id2()2157 return caller_id & CALLER_ID_MASK ? caller_id2 : caller_id; in printk_info_get_pid()2165 return ((caller_id & CALLER_ID_MASK ? in printk_info_get_cpu()2166 caller_id : caller_id2) & ~CALLER_ID_MASK); in printk_info_get_cpu()