Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h575 #define X86_BUG_TSA X86_BUG( 1*32+ 9) /* "tsa" CPU is affected by Transient Scheduler Attacks */ macro
/linux/arch/x86/kernel/cpu/
H A Dbugs.c1572 if (!boot_cpu_has_bug(X86_BUG_TSA)) { in tsa_select_mitigation()
3670 case X86_BUG_TSA: in cpu_show_common()
3765 return cpu_show_common(dev, attr, buf, X86_BUG_TSA); in cpu_show_tsa()