Home
last modified time | relevance | path

Searched refs:clear_cpu_bug (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dcpufeature.h202 #define clear_cpu_bug(c, bit) clear_cpu_cap(c, (bit)) macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel.c493 clear_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()