Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dinitcpu.c94 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_bluelightning()
111 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_bluelightning()
154 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_486dlc()
192 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_5x86()
272 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0, NW = 1 */ in init_5x86()
291 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0, NW = 0 */ in init_i486_on_386()
310 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_6x86()
435 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_6x86MX()
478 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_6x86MX()
534 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_mendocino()
[all …]
H A Dmp_machdep.c339 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM); in init_secondary()
H A Dpmap.c866 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in __CONCAT()
/freebsd/sys/x86/x86/
H A Dx86_mem.c336 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in x86_mrstoreone()
/freebsd/sys/x86/include/
H A Dspecialreg.h51 #define CR0_NW 0x20000000 /* Not Write-through */ macro
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c279 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM); in init_secondary()
H A Dpmap.c2137 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c966 cr0_zeros_mask |= (CR0_NW | CR0_CD); in vmx_modinit()