Searched refs:X86_FEATURE_IBPB (Results 1 – 5 of 5) sorted by relevance
1237 if (!boot_cpu_has(X86_FEATURE_IBPB)) { in retbleed_select_mitigation()1272 boot_cpu_has(X86_FEATURE_IBPB)) in retbleed_select_mitigation()1770 if (!boot_cpu_has(X86_FEATURE_IBPB) && !boot_cpu_has(X86_FEATURE_STIBP)) in spectre_v2_user_select_mitigation()1822 if (!boot_cpu_has(X86_FEATURE_IBPB)) in spectre_v2_user_select_mitigation()1831 if (!boot_cpu_has(X86_FEATURE_IBPB) && !boot_cpu_has(X86_FEATURE_STIBP)) in spectre_v2_user_update_mitigation()2271 return boot_cpu_has(X86_FEATURE_IBPB); in cpu_wants_ibpb_bpf()2337 boot_cpu_has(X86_FEATURE_IBPB) && in spectre_v2_apply_mitigation()3130 !boot_cpu_has(X86_FEATURE_IBPB)) { in vmscape_select_mitigation()3504 if (boot_cpu_has(X86_FEATURE_IBPB)) { in ibpb_state()
209 #define X86_FEATURE_IBPB ( 7*32+26) /* "ibpb" Indirect Branch Prediction Barrier without a guarant… macro
598 asm_inline volatile(ALTERNATIVE("", "call write_ibpb", X86_FEATURE_IBPB) in indirect_branch_prediction_barrier()
810 if (cpu_feature_enabled(X86_FEATURE_IBPB)) in svm_recalc_msr_intercepts()
4325 if (cpu_feature_enabled(X86_FEATURE_IBPB)) in vmx_recalc_msr_intercepts()