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.c1734 [SPECTRE_V2_USER_SECCOMP] = "User space: Mitigation: STIBP via seccomp and prctl",
1798 spectre_v2_user_ibpb = SPECTRE_V2_USER_SECCOMP; in spectre_v2_user_select_mitigation()
1806 spectre_v2_user_stibp = SPECTRE_V2_USER_SECCOMP; in spectre_v2_user_select_mitigation()
1818 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP) && in spectre_v2_user_select_mitigation()
1885 case SPECTRE_V2_USER_SECCOMP: in spectre_v2_user_apply_mitigation()
2592 spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP || in is_spec_ib_user_controlled()
2594 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP; in is_spec_ib_user_controlled()
2673 if (spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP || in arch_seccomp_spec_mitigate()
2674 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP) in arch_seccomp_spec_mitigate()
3185 case SPECTRE_V2_USER_SECCOMP: in cpu_bugs_smt_update()
[all …]
/linux/arch/x86/include/asm/
H A Dnospec-branch.h571 SPECTRE_V2_USER_SECCOMP, enumerator