Searched defs:boot_cpu_has (Results 1 – 2 of 2) sorted by relevance
46 static inline int boot_cpu_has(int flag) in boot_cpu_has() function
242 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro