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.c1862 [SPECTRE_V2_USER_SECCOMP] = "User space: Mitigation: STIBP via seccomp and prctl",
1945 spectre_v2_user_ibpb = SPECTRE_V2_USER_SECCOMP; in spectre_v2_user_select_mitigation()
1953 spectre_v2_user_stibp = SPECTRE_V2_USER_SECCOMP; in spectre_v2_user_select_mitigation()
1965 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP) && in spectre_v2_user_select_mitigation()
2032 case SPECTRE_V2_USER_SECCOMP: in spectre_v2_user_apply_mitigation()
2770 spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP || in is_spec_ib_user_controlled()
2772 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP; in is_spec_ib_user_controlled()
2851 if (spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP || in arch_seccomp_spec_mitigate()
2852 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP) in arch_seccomp_spec_mitigate()
3360 case SPECTRE_V2_USER_SECCOMP: in cpu_bugs_smt_update()
[all …]
/linux/arch/x86/include/asm/
H A Dnospec-branch.h511 SPECTRE_V2_USER_SECCOMP, enumerator