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