Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dcpu_machdep.c1612 if ((cr0 & CR0_WP) == 0) in disable_wp()
1614 load_cr0(cr0 & ~CR0_WP); in disable_wp()
1623 load_cr0(rcr0() | CR0_WP); in restore_wp()
/freebsd/sys/x86/include/
H A Dspecialreg.h48 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in macro
/freebsd/sys/i386/i386/
H A Dmachdep.c322 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c327 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()