Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h47 #define CR0_AM 0x00040000 /* alignment mask */ 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 Dfb_swtch_src.s274 orl $_CONST(CR0_PG | CR0_WP | CR0_AM), %eax
H A Dlocore.s205 orq $_CONST(CR0_WP|CR0_AM), %rax
301 orl $_CONST(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.h50 #define CR0_AM 0x00040000 /* alignment mask */ macro
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.s176 orl $_CONST(CR0_PG | CR0_WP | CR0_AM), %eax
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c898 { "AM", CR0_AM, CR0_AM }, in crregs_dcmd()