Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dmpboot.S111 orl $EFER_LME | EFER_SCE, %eax
H A Dxen-locore.S154 orl $EFER_LME, %eax
/f-stack/freebsd/x86/include/
H A Dspecialreg.h88 #define EFER_LME 0x000000100 /* Long mode enable (R/W) */ macro
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c689 if (efer & EFER_LME) in svm_paging_mode()
1163 if (changed & EFER_LME) { in svm_write_efer()
1169 if ((newval & EFER_LME) != 0 && (state->cr0 & CR0_PG) != 0) in svm_write_efer()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1852 if (efer & EFER_LME) { in vmx_emulate_cr0_access()
1949 if (vmcs_read(VMCS_GUEST_IA32_EFER) & EFER_LME) { in vmx_paging_mode()