Searched refs:CR0_WP (Results 1 – 4 of 4) sorted by relevance
1706 if ((cr0 & CR0_WP) == 0) in disable_wp()1708 load_cr0(cr0 & ~CR0_WP); in disable_wp()1717 load_cr0(rcr0() | CR0_WP); in restore_wp()
48 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in macro
322 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
328 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()