Home
last modified time | relevance | path

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

/linux/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/arch/x86/kernel/cpu/
H A Dbugs.c1136 ITS_MITIGATION_ALIGNED_THUNKS, enumerator
1398 [ITS_MITIGATION_ALIGNED_THUNKS] = "Mitigation: Aligned branch/return thunks",
1415 its_mitigation = ITS_MITIGATION_ALIGNED_THUNKS; in its_parse_cmdline()
1417 its_mitigation = ITS_MITIGATION_ALIGNED_THUNKS; in its_parse_cmdline()
1440 its_mitigation = ITS_MITIGATION_ALIGNED_THUNKS; in its_select_mitigation()
1464 its_mitigation = ITS_MITIGATION_ALIGNED_THUNKS; in its_select_mitigation()
1469 its_mitigation = ITS_MITIGATION_ALIGNED_THUNKS; in its_select_mitigation()
1500 its_mitigation = ITS_MITIGATION_ALIGNED_THUNKS; in its_update_mitigation()
1512 case ITS_MITIGATION_ALIGNED_THUNKS: in its_apply_mitigation()