Home
last modified time | relevance | path

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

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