Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.h123 return to_vmx(vcpu)->nested.msrs.misc_low & VMX_MISC_ZERO_LEN_INS; in nested_cpu_has_zero_length_injection()
H A Dnested.c1359 VMX_MISC_ZERO_LEN_INS; in vmx_restore_vmx_misc()
/linux/arch/x86/include/asm/
H A Dvmx.h164 #define VMX_MISC_ZERO_LEN_INS BIT_ULL(30) macro