Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dvmx.h97 wvmcs(vcpu, VMCS_GUEST_IA32_EFER, efer); in enter_long_mode()
117 wvmcs(vcpu, VMCS_GUEST_IA32_EFER, efer); in exit_long_mode()
124 uint64_t efer = rvmcs(vcpu, VMCS_GUEST_IA32_EFER); in macvm_set_cr0()
H A Dx86.c138 return rvmcs(cpu->accel->fd, VMCS_GUEST_IA32_EFER) & MSR_EFER_LMA; in x86_is_long_mode()
H A Dvmcs.h93 #define VMCS_GUEST_IA32_EFER 0x00002806 macro