Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h44 #define CR0_PG 0x80000000 /* paging enabled */ macro
/titanic_50/usr/src/uts/i86pc/ml/
H A Dmpcore.s178 orl $CR0_PG, %eax
373 D16 orl $[CR0_PG|CR0_PE|CR0_WP|CR0_AM], %eax
465 D16 or $(CR0_PG|CR0_PE|CR0_WP|CR0_AM), %eax
H A Dfb_swtch_src.s274 orl $_CONST(CR0_PG | CR0_WP | CR0_AM), %eax
H A Dcpr_wakecode.s401 D16 orl $CR0_PG, %eax
/titanic_50/usr/src/uts/intel/sys/
H A Dcontrolregs.h47 #define CR0_PG 0x80000000 /* paging enabled */ macro
/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.s274 orl $_CONST(CR0_PG | CR0_WP | CR0_AM), %eax
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c901 { "PG", CR0_PG, CR0_PG }, in crregs_dcmd()