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

/freebsd-13-stable/sys/i386/i386/
H A Dinitcpu.c96 load_cr0(rcr0() | CR0_CD | CR0_NW); local
194 load_cr0(rcr0() | CR0_CD | CR0_NW); local
312 load_cr0(rcr0() | CR0_CD | CR0_NW); local
437 load_cr0(rcr0() | CR0_CD | CR0_NW); local
536 load_cr0(rcr0() | CR0_CD | CR0_NW); local
[all...]
/freebsd-13-stable/sys/x86/include/
H A Dspecialreg.h54 #define CR0_NW 0x20000000 /* Not Write-through */ macro

Completed in 64 milliseconds