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.c1721 [SPECTRE_V2_USER_SECCOMP] = "User space: Mitigation: STIBP via seccomp and prctl",
1785 spectre_v2_user_ibpb = SPECTRE_V2_USER_SECCOMP; in spectre_v2_user_select_mitigation()
1793 spectre_v2_user_stibp = SPECTRE_V2_USER_SECCOMP; in spectre_v2_user_select_mitigation()
1805 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP) && in spectre_v2_user_select_mitigation()
1872 case SPECTRE_V2_USER_SECCOMP: in spectre_v2_user_apply_mitigation()
2551 spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP || in is_spec_ib_user_controlled()
2553 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP; in is_spec_ib_user_controlled()
2632 if (spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP || in arch_seccomp_spec_mitigate()
2633 spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP) in arch_seccomp_spec_mitigate()
3144 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