Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dnested.c100 val64.full = msr_read(MSR_IA32_VMX_MISC); in init_vmx_msrs()
109 vcpu_set_guest_msr(vcpu, MSR_IA32_VMX_MISC, val64.full); in init_vmx_msrs()
217 case MSR_IA32_VMX_MISC: in read_vmx_msr()
939 ((vcpu_get_guest_msr(vcpu, MSR_IA32_VMX_MISC) & (1UL << 29U)) == 0UL)) { in vmwrite_vmexit_handler()
/hypervisor/include/arch/x86/asm/guest/
A Dnested.h34 MSR_IA32_VMX_MISC, \
/hypervisor/include/arch/x86/asm/
A Dmsr.h245 #define MSR_IA32_VMX_MISC 0x00000485U macro
/hypervisor/arch/x86/
A Dcpu_caps.c453 return ((msr_read(MSR_IA32_VMX_MISC) & MSR_IA32_MISC_UNRESTRICTED_GUEST) != 0UL); in pcpu_has_vmx_unrestricted_guest_cap()

Completed in 15 milliseconds