Home
last modified time | relevance | path

Searched refs:MSR_EFER_SVME (Results 1 – 4 of 4) sorted by relevance

/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c182 update_mask |= MSR_EFER_SVME; in helper_wrmsr()
H A Dsvm_helper.c89 if (!(env->efer & MSR_EFER_SVME)) { in is_efer_invalid_state()
/qemu/target/i386/
H A Dhelper.c629 if (env->efer & MSR_EFER_SVME) { in cpu_load_efer()
H A Dcpu.h522 #define MSR_EFER_SVME (1 << 12) macro
527 | MSR_EFER_LMA | MSR_EFER_NXE | MSR_EFER_SVME\