Searched refs:mitigation (Results 1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/x86/bugs/ |
| A D | its_sysfs.py | 16 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 D | common.py | 52 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 D | its_permutations.py | 17 mitigation = c.get_sysfs(bug) variable 19 if not mitigation or "Not affected" in mitigation:
|
| A D | its_ret_alignment.py | 31 mitigation = c.get_sysfs(bug) variable 32 if not mitigation or "Aligned branch/return thunks" not in mitigation:
|
| A D | its_indirect_alignment.py | 32 mitigation = c.get_sysfs(bug) variable 33 if not mitigation or "Aligned branch/return thunks" not in mitigation:
|
| /tools/testing/selftests/powerpc/security/ |
| A D | mitigation-patching.sh | 9 local mitigation="$1" 14 orig=$(cat "$mitigation") 21 echo 0 > "$mitigation" 22 echo 1 > "$mitigation" 27 echo "$orig" > "$mitigation"
|
| A D | Makefile | 4 TEST_PROGS := mitigation-patching.sh
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 252 0x7, 0, edx, 9, srdbs_ctrl , SRBDS mitigation MSR available 300 0x7, 2, edx, 5, mcdt_no , MCDT mitigation not needed
|
Completed in 10 milliseconds