Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dnospec-branch.h296 SPEC_STORE_BYPASS_PRCTL, enumerator
/linux-6.1.9/arch/x86/kernel/cpu/
Dbugs.c1707 [SPEC_STORE_BYPASS_PRCTL] = "Mitigation: Speculative Store Bypass disabled via prctl",
1777 mode = SPEC_STORE_BYPASS_PRCTL; in __ssb_select_mitigation()
1784 mode = SPEC_STORE_BYPASS_PRCTL; in __ssb_select_mitigation()
1862 if (ssb_mode != SPEC_STORE_BYPASS_PRCTL && in ssb_prctl_set()
2006 case SPEC_STORE_BYPASS_PRCTL: in ssb_prctl_get()