Home
last modified time | relevance | path

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

/linux-6.15/arch/um/include/asm/
Dcpufeature.h126 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro
/linux-6.15/arch/x86/include/asm/
Dcpufeature.h125 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro