Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dbugs.c1696 SPECTRE_V2_CMD_IBRS, enumerator
1934 spectre_v2_cmd = SPECTRE_V2_CMD_IBRS; in spectre_v2_parse_cmdline()
2150 if (spectre_v2_cmd == SPECTRE_V2_CMD_IBRS && !IS_ENABLED(CONFIG_MITIGATION_IBRS_ENTRY)) { in spectre_v2_select_mitigation()
2155 if (spectre_v2_cmd == SPECTRE_V2_CMD_IBRS && boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) { in spectre_v2_select_mitigation()
2160 if (spectre_v2_cmd == SPECTRE_V2_CMD_IBRS && !boot_cpu_has(X86_FEATURE_IBRS)) { in spectre_v2_select_mitigation()
2165 if (spectre_v2_cmd == SPECTRE_V2_CMD_IBRS && cpu_feature_enabled(X86_FEATURE_XENPV)) { in spectre_v2_select_mitigation()
2205 case SPECTRE_V2_CMD_IBRS: in spectre_v2_select_mitigation()