Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c1438 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()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h51 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c659 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1231 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()