Home
last modified time | relevance | path

Searched refs:mitigation (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/x86/bugs/
A Dits_sysfs.py16 mitigation = get_sysfs(bug) variable
24 if mitigation == ITS_MITIGATION_ALIGNED_THUNKS:
34 if mitigation == ITS_MITIGATION_RETPOLINE_STUFF:
43 if mitigation == ITS_MITIGATION_VMEXIT_ONLY:
49 if mitigation == ITS_MITIGATION_VULNERABLE:
55 bug_status_unknown(bug, mitigation)
62 if not basic_checks_sufficient(bug, mitigation):
A Dcommon.py52 def sysfs_has(bug, mitigation): argument
54 if mitigation in status:
60 for mitigation in mitigations:
61 if sysfs_has(bug, mitigation):
70 for mitigation in mitigations:
71 if not sysfs_has(bug, mitigation):
91 def basic_checks_sufficient(bug, mitigation): argument
92 if not mitigation:
95 elif mitigation == "Not affected":
98 elif mitigation == "Vulnerable":
[all …]
A Dits_permutations.py17 mitigation = c.get_sysfs(bug) variable
19 if not mitigation or "Not affected" in mitigation:
A Dits_ret_alignment.py31 mitigation = c.get_sysfs(bug) variable
32 if not mitigation or "Aligned branch/return thunks" not in mitigation:
A Dits_indirect_alignment.py32 mitigation = c.get_sysfs(bug) variable
33 if not mitigation or "Aligned branch/return thunks" not in mitigation:
/tools/testing/selftests/powerpc/security/
A Dmitigation-patching.sh9 local mitigation="$1"
14 orig=$(cat "$mitigation")
21 echo 0 > "$mitigation"
22 echo 1 > "$mitigation"
27 echo "$orig" > "$mitigation"
A DMakefile4 TEST_PROGS := mitigation-patching.sh
/tools/arch/x86/kcpuid/
A Dcpuid.csv252 0x7, 0, edx, 9, srdbs_ctrl , SRBDS mitigation MSR available
300 0x7, 2, edx, 5, mcdt_no , MCDT mitigation not needed

Completed in 11 milliseconds