Searched defs:CR0_NW (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/i386/i386/
H A Dinitcpu.c126 load_cr0(rcr0() | CR0_CD | CR0_NW); local
234 load_cr0(rcr0() | CR0_CD | CR0_NW); local
356 load_cr0(rcr0() | CR0_CD | CR0_NW); local
468 load_cr0(rcr0() | CR0_CD | CR0_NW); local
545 load_cr0(rcr0() | CR0_CD | CR0_NW); local
[all...]
/freebsd-9.3-release/sys/amd64/include/
H A Dspecialreg.h52 #define CR0_NW 0x20000000 /* Not Write-through */ macro
/freebsd-9.3-release/sys/i386/include/
H A Dspecialreg.h52 #define CR0_NW 0x20000000 /* Not Write-through */ macro

Completed in 105 milliseconds