Home
last modified time | relevance | path

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

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