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