Searched refs:CR0_WP (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | htable.h | 320 setcr0((getcr0() & ~CR0_WP) & 0xffffffff); \ 325 setcr0((getcr0() | CR0_WP) & 0xffffffff); \
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | controlregs.h | 48 #define CR0_WP 0x00010000 /* write protect */ 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 | 51 #define CR0_WP 0x00010000 /* write protect */ 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 | 897 { "WP", CR0_WP, CR0_WP }, in crregs_dcmd()
|
/titanic_50/usr/src/uts/intel/kdi/ia32/ |
H A D | kdi_asm.s | 498 andl $_BITNOT(CR0_WP), %ecx
|
/titanic_50/usr/src/uts/intel/kdi/amd64/ |
H A D | kdi_asm.s | 502 andq $_BITNOT(CR0_WP), %rcx
|