Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/bugs/
H A Dits_sysfs.py26 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)
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)
53 bug_check_fail(bug, "Mitigation", ITS_MITIGATION_VULNERABLE)
H A Dcommon.py80 def bug_check_fail(bug, found, expected): function