Home
last modified time | relevance | path

Searched refs:CR0_WP (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/x86/x86/
HDcpu_machdep.c1619 if ((cr0 & CR0_WP) == 0) in disable_wp()
1621 load_cr0(cr0 & ~CR0_WP); in disable_wp()
1630 load_cr0(rcr0() | CR0_WP); in restore_wp()
/freebsd-13-stable/sys/x86/include/
HDspecialreg.h50 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in macro
/freebsd-13-stable/sys/i386/i386/
HDmachdep.c327 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/freebsd-13-stable/sys/amd64/amd64/
HDmachdep.c333 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()