Home
last modified time | relevance | path

Searched refs:EFER_LME (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/arch/amd64/stand/libsa/
H A Drun_amd64.S85 movl $(EFER_LME | EFER_NXE | EFER_SCE), %eax
/openbsd/sys/arch/amd64/amd64/
H A Dmptramp.S155 orl $(EFER_LME|EFER_SCE), %eax
H A Dacpi_wakecode.S205 andl $(EFER_LME | EFER_NXE | EFER_SCE), %eax
H A Dlocore0.S630 orl $(EFER_LME|EFER_SCE),%eax
H A Dvmm_machdep.c5114 if (msr_store[VCPU_REGS_EFER].vms_data & EFER_LME) in vmx_handle_cr0_write()
8106 { EFER_LME, "LME ", "lme "}, in vmm_decode_efer_value()
/openbsd/sys/arch/i386/include/
H A Dspecialreg.h515 #define EFER_LME 0x00000100 /* Long Mode Active */ macro
/openbsd/usr.sbin/vmd/
H A Dx86_mmio.c381 if ((efer & EFER_LME) && (cr4 & CR4_PAE) && (cr0 & CR0_PG)) { in detect_cpu_mode()
H A Dx86_vm.c97 .vrs_msrs[VCPU_REGS_EFER] = EFER_LME | EFER_LMA,
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h688 #define EFER_LME 0x00000100 /* Long Mode Enabled */ macro