Home
last modified time | relevance | path

Searched refs:CR0_PE (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/i386/i386/
H A Dmpboot.S115 orl $CR0_PE|CR0_PG,%eax /* enable paging */
169 orl $CR0_PE, %eax
/freebsd/stand/userboot/userboot/
H A Delf64_freebsd.c142 CALLBACK(setcr, 0, CR0_PG | CR0_PE | CR0_NE); in elf64_exec()
/freebsd/sys/i386/acpica/
H A Dacpi_wakecode.S115 movl $CR0_PE, %eax
/freebsd/sys/amd64/amd64/
H A Dmpboot.S64 movl $CR0_PE, %eax
/freebsd/sys/amd64/acpica/
H A Dacpi_wakecode.S120 movl $CR0_PE, %eax
/freebsd/sys/x86/include/
H A Dspecialreg.h38 #define CR0_PE 0x00000001 /* Protected mode Enable */ macro
/freebsd/usr.sbin/bhyve/
H A Dgdb.c310 else if (regs[0] & CR0_PE) in guest_paging_info()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c972 cr0_ones_mask &= ~(CR0_PG | CR0_PE); in vmx_modinit()
1986 } else if (vmcs_read(VMCS_GUEST_CR0) & CR0_PE) { in vmx_cpu_mode()
/freebsd/sys/amd64/vmm/
H A Dvmm.c1891 if (!(regval & CR0_PE)) in vm_inject_exception()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c686 } else if (state->cr0 & CR0_PE) { in svm_vcpu_mode()