Home
last modified time | relevance | path

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

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