Searched refs:CR0_AM (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | controlregs.h | 47 #define CR0_AM 0x00040000 /* alignment mask */ macro
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | mpcore.s | 106 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 D | fb_swtch_src.s | 274 orl $_CONST(CR0_PG | CR0_WP | CR0_AM), %eax
|
H A D | locore.s | 205 orq $_CONST(CR0_WP|CR0_AM), %rax 301 orl $_CONST(CR0_WP|CR0_AM), %eax
|
H A D | cpr_wakecode.s | 302 D16 orl $_CONST(CR0_PE|CR0_WP|CR0_AM), %eax
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | controlregs.h | 50 #define CR0_AM 0x00040000 /* alignment mask */ macro
|
/titanic_41/usr/src/uts/i86pc/dboot/ |
H A D | dboot_grub.s | 176 orl $_CONST(CR0_PG | CR0_WP | CR0_AM), %eax
|
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 898 { "AM", CR0_AM, CR0_AM }, in crregs_dcmd()
|