Home
last modified time | relevance | path

Searched refs:CR0_PG (Results 1 – 13 of 13) sorted by relevance

/freebsd/stand/i386/libi386/
H A Damd64_tramp.S35 #define CR0_PG 0x80000000 macro
94 orl $CR0_PG, %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.S166 orl $CR0_PG, %eax
/freebsd/sys/amd64/amd64/
H A Dmpboot.S147 orl $CR0_PG, %eax
H A Dlocore.S142 andl $~CR0_PG,%eax /* protected mode */
H A Dxen-locore.S142 orl $CR0_PG, %eax
/freebsd/sys/amd64/acpica/
H A Dacpi_wakecode.S195 orl $CR0_PG, %eax
/freebsd/sys/i386/i386/
H A Dmpboot.S115 orl $CR0_PE|CR0_PG,%eax /* enable paging */
H A Dpmap.c561 load_cr0(rcr0() | CR0_PG); in __CONCAT()
/freebsd/sys/x86/include/
H A Dspecialreg.h42 #define CR0_PG 0x80000000 /* PaGing enable */ macro
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c697 if ((cr0 & CR0_PG) == 0) in svm_paging_mode()
1172 if (state->cr0 & CR0_PG) in svm_write_efer()
1177 if ((newval & EFER_LME) != 0 && (state->cr0 & CR0_PG) != 0) in svm_write_efer()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c972 cr0_ones_mask &= ~(CR0_PG | CR0_PE); in vmx_modinit()
1896 if (regval & CR0_PG) { in vmx_emulate_cr0_access()
1998 if (!(vmcs_read(VMCS_GUEST_CR0) & CR0_PG)) in vmx_paging_mode()
/freebsd/usr.sbin/bhyve/
H A Dgdb.c314 if (!(regs[0] & CR0_PG)) in guest_paging_info()