Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h54 #define CR0_PE 0x00000001 /* protection enabled */ macro
/titanic_41/usr/src/uts/i86pc/ml/
H A Dmpcore.s106 orl $(CR0_PE|CR0_WP|CR0_AM), %eax
371 D16 orl $[CR0_PG|CR0_PE|CR0_WP|CR0_AM], %eax
463 D16 or $(CR0_PG|CR0_PE|CR0_WP|CR0_AM), %eax
H A Dcpr_wakecode.s302 D16 orl $_CONST(CR0_PE|CR0_WP|CR0_AM), %eax
/titanic_41/usr/src/uts/intel/sys/
H A Dcontrolregs.h57 #define CR0_PE 0x00000001 /* protection enabled */ macro
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c891 { "PE", CR0_PE, CR0_PE }, in crregs_dcmd()