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