Searched defs:boot_cpu_has (Results 1 – 3 of 3) sorted by relevance
57 static inline int boot_cpu_has(int flag) in boot_cpu_has() function
55 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro
142 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro