Searched refs:CR0_NW (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dinitcpu.c98 load_cr0(rcr0() | CR0_CD | CR0_NW); local
115 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */
158 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */
187 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0, NW = 1 */
206 load_cr0(rcr0() | CR0_CD | CR0_NW); local
286 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0, NW = 1 */
309 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0, NW = 0 */
328 load_cr0(rcr0() | CR0_CD | CR0_NW); local
377 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */
381 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* C
453 load_cr0(rcr0() | CR0_CD | CR0_NW); local
552 load_cr0(rcr0() | CR0_CD | CR0_NW); local
[all...]
H A Dmp_machdep.c281 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM);
H A Dpmap.c652 load_cr0((cr0 & ~CR0_NW) | CR0_CD);
/freebsd-11-stable/sys/x86/x86/
H A Dx86_mem.c339 load_cr0((cr0 & ~CR0_NW) | CR0_CD);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c303 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM);
H A Dpmap.c1198 load_cr0((cr0 & ~CR0_NW) | CR0_CD);
/freebsd-11-stable/sys/x86/include/
H A Dspecialreg.h52 #define CR0_NW 0x20000000 /* Not Write-through */ macro
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c869 * Do not allow the guest to set CR0_NW or CR0_CD.
871 cr0_zeros_mask |= (CR0_NW | CR0_CD);

Completed in 202 milliseconds