Home
last modified time | relevance | path

Searched defs:boot_cpu_has_bug (Results 1 – 2 of 2) sorted by relevance

/arch/um/include/asm/
Dcpufeature.h146 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro
/arch/x86/include/asm/
Dcpufeature.h213 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro