Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcpufeature.h204 #define clear_cpu_bug(c, bit) clear_cpu_cap(c, (bit)) macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dintel.c396 clear_cpu_bug(c, X86_BUG_F00F); in intel_workarounds()