Home
last modified time | relevance | path

Searched refs:MSR_EFER_LMA (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dvmx.h95 efer |= MSR_EFER_LMA; in enter_long_mode()
115 efer &= ~MSR_EFER_LMA; in exit_long_mode()
H A Dx86.c138 return rvmcs(cpu->accel->fd, VMCS_GUEST_IA32_EFER) & MSR_EFER_LMA; in x86_is_long_mode()
/openbmc/qemu/target/i386/
H A Dhelper.c148 env->efer |= MSR_EFER_LMA; in cpu_x86_update_cr0()
151 (env->efer & MSR_EFER_LMA)) { in cpu_x86_update_cr0()
153 env->efer &= ~MSR_EFER_LMA; in cpu_x86_update_cr0()
626 if (env->efer & MSR_EFER_LMA) { in cpu_load_efer()
H A Dcpu.h516 #define MSR_EFER_LMA (1 << 10) macro
523 | MSR_EFER_LMA | MSR_EFER_NXE | MSR_EFER_SVME\
H A Dcpu.c8391 if (env->efer & MSR_EFER_LMA) { in x86_update_hflags()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c91 if ((env->efer & MSR_EFER_LMA) && in helper_write_crN()
95 if (!(env->efer & MSR_EFER_LMA)) { in helper_write_crN()
H A Dsvm_helper.c97 if ((env->efer & (MSR_EFER_LMA | MSR_EFER_LME)) && in is_efer_invalid_state()
136 if (likely(!(env->hflags2 & HF2_NPT_MASK)) || !(env->efer & MSR_EFER_LMA)) { in virtual_vm_load_save_enabled()
317 if ((env->efer & MSR_EFER_LMA) && in helper_vmrun()
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.h45 env->efer |= MSR_EFER_LMA | MSR_EFER_LME; in target_cpu_init()
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c1506 if (env->efer & MSR_EFER_LMA) { in helper_ljmp_protected()
1536 if (env->efer & MSR_EFER_LMA) { in helper_ljmp_protected()
1565 if (env->efer & MSR_EFER_LMA) { in helper_ljmp_protected()
1717 if (env->efer & MSR_EFER_LMA) { in helper_lcall_protected()
1753 if (env->efer & MSR_EFER_LMA) { in helper_lcall_protected()
1782 if (env->efer & MSR_EFER_LMA) { in helper_lcall_protected()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c351 env->efer |= MSR_EFER_LMA | MSR_EFER_LME; in target_cpu_copy_regs()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4305 env->efer |= MSR_EFER_LMA; in kvm_get_sregs()
4348 env->efer |= MSR_EFER_LMA; in kvm_get_sregs2()