Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/um/include/asm/
Dcpufeature.h131 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcpufeature.h215 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dcpufeature.h205 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) macro