Home
last modified time | relevance | path

Searched refs:load_cr0 (Results 1 – 13 of 13) 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()
359 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_6x86()
363 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */ in init_6x86()
365 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0 and NW = 1 */ in init_6x86()
[all …]
H A Dnpx.c929 load_cr0(cr0); in npxsuspend()
944 load_cr0(cr0); in npxresume()
H A Dmp_machdep.c340 load_cr0(cr0); in init_secondary()
H A Dmachdep.c323 load_cr0(cr0); in cpu_setregs()
H A Dpmap.c561 load_cr0(rcr0() | CR0_PG); in __CONCAT()
866 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in __CONCAT()
882 load_cr0(cr0); in __CONCAT()
/freebsd/sys/x86/include/
H A Dfpu.h220 #define fpu_disable() load_cr0(rcr0() | CR0_TS)
/freebsd/sys/x86/x86/
H A Dx86_mem.c336 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in x86_mrstoreone()
416 load_cr0(cr0); in x86_mrstoreone()
H A Dcpu_machdep.c1708 load_cr0(cr0 & ~CR0_WP); in disable_wp()
1717 load_cr0(rcr0() | CR0_WP); in restore_wp()
/freebsd/sys/amd64/amd64/
H A Dfpu.c268 load_cr0(cr0); in fpususpend()
282 load_cr0(cr0); in fpuresume()
H A Dmp_machdep.c279 load_cr0(cr0); in init_secondary()
H A Dmachdep.c330 load_cr0(cr0); in cpu_setregs()
H A Dpmap.c2142 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()
2156 load_cr0(cr0); in pmap_init_pat()
/freebsd/sys/amd64/include/
H A Dcpufunc.h386 load_cr0(u_long data) in load_cr0() function