Home
last modified time | relevance | path

Searched refs:cpu_has_bug (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/um/include/asm/
H A Dcpufeature.h127 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro
131 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit))
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeature.h200 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro
205 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit))
/openbmc/linux/arch/x86/kernel/cpu/
H A Dproc.c121 if (cpu_has_bug(c, bug_bit) && x86_bug_flags[i]) in show_cpuinfo()