Searched refs:CR0_WP (Results 1 – 4 of 4) sorted by relevance
1438 if ((cr0 & CR0_WP) == 0) in disable_wp()1440 load_cr0(cr0 & ~CR0_WP); in disable_wp()1449 load_cr0(rcr0() | CR0_WP); in restore_wp()
51 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in macro
659 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
1231 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()