Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dinitcpu.c96 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_bluelightning()
113 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_bluelightning()
156 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_486dlc()
194 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_5x86()
274 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0, NW = 1 */ in init_5x86()
293 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0, NW = 0 */ in init_i486_on_386()
312 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_6x86()
437 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_6x86MX()
480 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_6x86MX()
536 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_mendocino()
[all …]
H A Dmp_machdep.c289 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM); in init_secondary()
H A Dpmap.c877 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in __CONCAT()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h54 #define CR0_NW 0x20000000 /* Not Write-through */ macro
/f-stack/freebsd/x86/x86/
H A Dx86_mem.c339 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in x86_mrstoreone()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c356 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM); in init_secondary()
H A Dpmap.c1982 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c943 cr0_zeros_mask |= (CR0_NW | CR0_CD); in vmx_modinit()