Home
last modified time | relevance | path

Searched refs:MSR_EFER_LME (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dvmx.h101 if ((efer & MSR_EFER_LME) && in enter_long_mode()
131 !(efer & MSR_EFER_LME)) { in macvm_set_cr0()
144 if (efer & MSR_EFER_LME) { in macvm_set_cr0()
/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 Dsvm_helper.c97 if ((env->efer & (MSR_EFER_LMA | MSR_EFER_LME)) && in is_efer_invalid_state()
102 if ((env->efer & MSR_EFER_LME) && (env->cr[0] & CR0_PG_MASK) in is_efer_invalid_state()
107 if ((env->efer & MSR_EFER_LME) && (env->cr[0] & CR0_PG_MASK) in is_efer_invalid_state()
112 if ((env->efer & MSR_EFER_LME) && (env->cr[0] & CR0_PG_MASK) in is_efer_invalid_state()
H A Dmisc_helper.c173 update_mask |= MSR_EFER_LME; in helper_wrmsr()
/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/
H A Dhelper.c143 (env->efer & MSR_EFER_LME)) { in cpu_x86_update_cr0()
H A Dcpu.h515 #define MSR_EFER_LME (1 << 8) macro
522 (~(target_ulong)(MSR_EFER_SCE | MSR_EFER_LME\
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4303 if (sev_es_enabled() && env->efer & MSR_EFER_LME && in kvm_get_sregs()
4346 if (sev_es_enabled() && env->efer & MSR_EFER_LME && in kvm_get_sregs2()