Searched refs:X86_BUG_TAA (Results 1 – 6 of 6) sorted by relevance
552 #define X86_BUG_TAA X86_BUG(22) /* "taa" CPU is affected by TSX Async Abort(TAA) */ macro
196 auto Disables TSX if X86_BUG_TAA is present, otherwise enables TSX
1509 setup_force_cpu_bug(X86_BUG_TAA); in cpu_set_bug_bits()
509 !boot_cpu_has_bug(X86_BUG_TAA); in vmx_update_fb_clear_dis()
1680 } else if (!boot_cpu_has_bug(X86_BUG_TAA)) { in kvm_get_arch_capabilities()
8000 auto - Disable TSX if X86_BUG_TAA is present,