Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/bugs/
H A Dits_sysfs.py20 ITS_MITIGATION_VMEXIT_ONLY = "Mitigation: Vulnerable, KVM: Not affected" variable
29 bug_check_fail(bug, ITS_MITIGATION_ALIGNED_THUNKS, ITS_MITIGATION_VMEXIT_ONLY)
43 if mitigation == ITS_MITIGATION_VMEXIT_ONLY:
45 bug_check_pass(bug, ITS_MITIGATION_VMEXIT_ONLY)
47 bug_check_fail(bug, ITS_MITIGATION_VMEXIT_ONLY, ITS_MITIGATION_ALIGNED_THUNKS)
/linux-6.15/arch/x86/kernel/cpu/
H A Dbugs.c1212 ITS_MITIGATION_VMEXIT_ONLY, enumerator
1219 [ITS_MITIGATION_VMEXIT_ONLY] = "Mitigation: Vulnerable, KVM: Not affected",
1313 its_mitigation = ITS_MITIGATION_VMEXIT_ONLY; in its_select_mitigation()