Searched refs:X86_FEATURE_IBRS (Results 1 – 2 of 2) sorted by relevance
208 #define X86_FEATURE_IBRS ( 7*32+25) /* "ibrs" Indirect Branch Restricted Speculation */ macro
1280 else if (boot_cpu_has(X86_FEATURE_IBRS)) in retbleed_select_mitigation()2173 if (spectre_v2_cmd == SPECTRE_V2_CMD_IBRS && !boot_cpu_has(X86_FEATURE_IBRS)) { in spectre_v2_select_mitigation()2244 boot_cpu_has(X86_FEATURE_IBRS) && in spectre_v2_update_mitigation()2346 } else if (boot_cpu_has(X86_FEATURE_IBRS) && in spectre_v2_apply_mitigation()