Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/include/asm/
H A Dcpufeature.h127 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeature.h200 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro