Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dbugs.c1720 [SPECTRE_V2_USER_SECCOMP] = "User space: Mitigation: STIBP via seccomp and prctl",
1784 spectre_v2_user_ibpb = SPECTRE_V2_USER_SECCOMP; in spectre_v2_user_select_mitigation()
1792 spectre_v2_user_stibp = SPECTRE_V2_USER_SECCOMP; in spectre_v2_user_select_mitigation()
1804 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP) && in spectre_v2_user_select_mitigation()
1871 case SPECTRE_V2_USER_SECCOMP: in spectre_v2_user_apply_mitigation()
2550 spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP || in is_spec_ib_user_controlled()
2552 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP; in is_spec_ib_user_controlled()
2631 if (spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP || in arch_seccomp_spec_mitigate()
2632 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP) in arch_seccomp_spec_mitigate()
3143 case SPECTRE_V2_USER_SECCOMP: in cpu_bugs_smt_update()
[all …]
/linux/arch/x86/include/asm/
H A Dnospec-branch.h513 SPECTRE_V2_USER_SECCOMP, enumerator