Searched defs:boot_cpu_has (Results 1 – 2 of 2) sorted by relevance
/arch/um/include/asm/ | ||
D | cpufeature.h | 55 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro |
/arch/x86/include/asm/ | ||
D | cpufeature.h | 144 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro |