Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/bugs/
H A Dits_sysfs.py18 ITS_MITIGATION_ALIGNED_THUNKS = "Mitigation: Aligned branch/return thunks" variable
24 if mitigation == ITS_MITIGATION_ALIGNED_THUNKS:
26 bug_check_fail(bug, ITS_MITIGATION_ALIGNED_THUNKS, ITS_MITIGATION_RETPOLINE_STUFF)
29 bug_check_fail(bug, ITS_MITIGATION_ALIGNED_THUNKS, ITS_MITIGATION_VMEXIT_ONLY)
31 bug_check_pass(bug, ITS_MITIGATION_ALIGNED_THUNKS)
41 bug_check_fail(bug, ITS_MITIGATION_RETPOLINE_STUFF, ITS_MITIGATION_ALIGNED_THUNKS)
47 bug_check_fail(bug, ITS_MITIGATION_VMEXIT_ONLY, ITS_MITIGATION_ALIGNED_THUNKS)
/linux-6.15/arch/x86/kernel/cpu/
H A Dbugs.c1213 ITS_MITIGATION_ALIGNED_THUNKS, enumerator
1220 [ITS_MITIGATION_ALIGNED_THUNKS] = "Mitigation: Aligned branch/return thunks",
1224 static enum its_mitigation its_mitigation __ro_after_init = ITS_MITIGATION_ALIGNED_THUNKS;
1318 its_mitigation = ITS_MITIGATION_ALIGNED_THUNKS; in its_select_mitigation()