Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h37 #define EFER_AUTOIBRS (1<<_EFER_AUTOIBRS) macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c5358 kvm_enable_efer_bits(EFER_AUTOIBRS); in svm_hardware_setup()
/linux/arch/x86/kvm/
H A Dx86.c1684 if (efer & EFER_AUTOIBRS && !guest_cpu_cap_has(vcpu, X86_FEATURE_AUTOIBRS)) in __kvm_valid_efer()