Searched refs:CR0_WP (Results 1 – 14 of 14) sorted by relevance
137 { "WP", CR0_WP, CR0_WP }, in mdb_x86_print_sysregs()
327 setcr0((getcr0() & ~CR0_WP) & 0xffffffff); \332 setcr0((getcr0() | CR0_WP) & 0xffffffff); \
46 #define CR0_WP 0x00010000 /* write protect */ macro
53 #define CR0_WP 0x00010000 /* write protect */ macro
90 orl $(CR0_PE|CR0_WP|CR0_AM), %eax
179 orq $_CONST(CR0_WP|CR0_AM), %rax
224 D16 orl $_CONST(CR0_PE|CR0_WP|CR0_AM), %eax
281 orl $_CONST(CR0_PG | CR0_WP | CR0_AM), %eax
49 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in macro
537 CR0_PG | CR0_AM | CR0_WP | CR0_NE | CR0_ET | CR0_TS | in test_setup_vcpu()
51 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in macro
470 andq $_BITNOT(CR0_WP), %rcx
752 if ((diff & CR0_PG) != 0 || (diff & CR0_WP) != 0) { in svm_set_cr0()
1706 if ((diff & CR0_PG) != 0 || (diff & CR0_WP) != 0) { in vmx_emulate_cr0_access()