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()
116 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.c144 env->efer |= MSR_EFER_LMA; in cpu_x86_update_cr0()
147 (env->efer & MSR_EFER_LMA)) { in cpu_x86_update_cr0()
149 env->efer &= ~MSR_EFER_LMA; in cpu_x86_update_cr0()
618 if (env->efer & MSR_EFER_LMA) { in cpu_load_efer()
H A Dcpu.h498 #define MSR_EFER_LMA (1 << 10) macro
505 | MSR_EFER_LMA | MSR_EFER_NXE | MSR_EFER_SVME\
H A Dcpu.c7763 if (env->efer & MSR_EFER_LMA) { in x86_update_hflags()
/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/sysemu/
H A Dmisc_helper.c100 if ((env->efer & MSR_EFER_LMA) && in helper_write_crN()
104 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()
308 if ((env->efer & MSR_EFER_LMA) && in helper_vmrun()
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c1423 if (env->efer & MSR_EFER_LMA) { in helper_ljmp_protected()
1453 if (env->efer & MSR_EFER_LMA) { in helper_ljmp_protected()
1482 if (env->efer & MSR_EFER_LMA) { in helper_ljmp_protected()
1624 if (env->efer & MSR_EFER_LMA) { in helper_lcall_protected()
1660 if (env->efer & MSR_EFER_LMA) { in helper_lcall_protected()
1689 if (env->efer & MSR_EFER_LMA) { in helper_lcall_protected()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c348 env->efer |= MSR_EFER_LMA | MSR_EFER_LME; in target_cpu_copy_regs()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c3649 env->efer |= MSR_EFER_LMA; in kvm_get_sregs()
3692 env->efer |= MSR_EFER_LMA; in kvm_get_sregs2()