Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h313 #define X86_FEATURE_IBPB_ON_VMEXIT (11*32+26) /* "" Issue an IBPB only on VMEXIT */ macro
H A Dnospec-branch.h314 __UNTRAIN_RET X86_FEATURE_IBPB_ON_VMEXIT, __stringify(RESET_CALL_DEPTH)
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c1125 setup_force_cpu_cap(X86_FEATURE_IBPB_ON_VMEXIT); in retbleed_select_mitigation()
2648 setup_force_cpu_cap(X86_FEATURE_IBPB_ON_VMEXIT); in srso_select_mitigation()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c1582 if (!cpu_feature_enabled(X86_FEATURE_IBPB_ON_VMEXIT)) in svm_vcpu_load()