Searched refs:CR4_PAE (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | amd64_tramp.S | 35 #define CR4_PAE 0x00000020 define 87 orl $CR4_PAE, %eax
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | controlregs.h | 78 #define CR4_PAE 0x0020 /* physical address extension */ macro
|
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/ |
H A D | elf64_freebsd.c | 51 #define CR4_PAE 0x00000020 macro 154 CALLBACK(setcr, 4, CR4_PAE | CR4_VMXE);
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | fb_swtch_src.s | 240 andl $_BITNOT(CR4_PGE | CR4_PAE | CR4_PSE), %eax 264 orl $CR4_PAE, %eax 301 andl $_BITNOT(CR4_PAE), %eax
|
H A D | mpcore.s | 151 orl $CR4_PAE, %eax 419 andl $CR4_PAE, %ecx 510 andl $CR4_PAE, %ecx
|
H A D | cpr_wakecode.s | 350 D16 orl $CR4_PAE, %eax
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | controlregs.h | 101 #define CR4_PAE 0x0020 /* physical address extension */ macro
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_grub.s | 135 orl $CR4_PAE, %eax
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 911 { "PAE", CR4_PAE, CR4_PAE },
|
/illumos-gate/usr/src/boot/sys/x86/include/ |
H A D | specialreg.h | 66 #define CR4_PAE 0x00000020 /* Physical address extension */ macro
|
Completed in 56 milliseconds