Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dvmx.h96 wvmcs(vcpu, VMCS_GUEST_IA32_EFER, efer); in enter_long_mode()
116 wvmcs(vcpu, VMCS_GUEST_IA32_EFER, efer); in exit_long_mode()
123 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
H A Dx86hvf.c99 wvmcs(cs->accel->fd, VMCS_GUEST_IA32_EFER, env->efer); in hvf_put_segments()
208 env->efer = rvmcs(cs->accel->fd, VMCS_GUEST_IA32_EFER); in hvf_get_segments()
H A Dx86_emu.c704 val = rvmcs(cs->accel->fd, VMCS_GUEST_IA32_EFER); in simulate_rdmsr()
838 wvmcs(cs->accel->fd, VMCS_GUEST_IA32_EFER, data); in simulate_wrmsr()