Home
last modified time | relevance | path

Searched refs:CR4_PGE (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h80 #define CR4_PGE 0x0080 /* page global enable */ macro
/titanic_41/usr/src/uts/intel/sys/
H A Dcontrolregs.h103 #define CR4_PGE 0x0080 /* page global enable */ macro
/titanic_41/usr/src/uts/i86pc/ml/
H A Dfb_swtch_src.s177 andq $_BITNOT(CR4_PGE), %rax
240 andl $_BITNOT(CR4_PGE | CR4_PAE | CR4_PSE), %eax
H A Dcpr_wakecode.s942 D16 andl $_BITNOT(CR4_PGE), %eax / don't set Global Enable yet
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.s131 orl $CR4_PGE, %eax
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c913 { "PGE", CR4_PGE, CR4_PGE }, in crregs_dcmd()
/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c2740 if (cr4 & CR4_PGE) { in pat_sync()
2741 setcr4(cr4 & ~(ulong_t)CR4_PGE); in pat_sync()
2751 if (cr4 & CR4_PGE) { in pat_sync()
2752 setcr4(cr4 & ~(ulong_t)CR4_PGE); in pat_sync()
/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_i86.c535 (getcr4() & CR4_PGE) != 0) in mmu_init()
1973 if (cr4 & CR4_PGE) { in flush_all_tlb_entries()
1974 setcr4(cr4 & ~(ulong_t)CR4_PGE); in flush_all_tlb_entries()