Home
last modified time | relevance | path

Searched refs:load_cr0 (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/i386/i386/
HDinitcpu.c101 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_bluelightning()
118 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_bluelightning()
161 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_486dlc()
190 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0, NW = 1 */ in init_cy486dx()
209 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_5x86()
289 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0, NW = 1 */ in init_5x86()
312 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0, NW = 0 */ in init_i486_on_386()
331 load_cr0(rcr0() | CR0_CD | CR0_NW); in init_6x86()
380 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_6x86()
384 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_6x86()
[all …]
HDi686_mem.c315 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in i686_mrstoreone()
395 load_cr0(cr0); in i686_mrstoreone()
HDmp_machdep.c281 load_cr0(cr0); in init_secondary()
HDpmap.c620 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()
636 load_cr0(cr0); in pmap_init_pat()
HDmachdep.c1233 load_cr0(cr0);
/NextBSD/sys/amd64/amd64/
HDfpu.c116 #define start_emulating() load_cr0(rcr0() | CR0_TS)
180 load_cr0(cr0); in fpususpend()
194 load_cr0(cr0); in fpuresume()
HDamd64_mem.c321 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in amd64_mrstoreone()
401 load_cr0(cr0); in amd64_mrstoreone()
HDmp_machdep.c264 load_cr0(cr0); in init_secondary()
HDmachdep.c658 load_cr0(cr0); in cpu_setregs()
HDpmap.c1000 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()
1016 load_cr0(cr0); in pmap_init_pat()
/NextBSD/sys/i386/isa/
HDnpx.c156 #define start_emulating() load_cr0(rcr0() | CR0_TS)
944 load_cr0(cr0); in npxsuspend()
959 load_cr0(cr0); in npxresume()
/NextBSD/sys/i386/include/
HDcpufunc.h390 load_cr0(u_int data) in load_cr0() function
739 void load_cr0(u_int cr0);
/NextBSD/sys/amd64/include/
HDcpufunc.h412 load_cr0(u_long data) in load_cr0() function
819 void load_cr0(u_long cr0);
/NextBSD/sys/amd64/vmm/
HDvmm.c201 #define fpu_start_emulating() load_cr0(rcr0() | CR0_TS)