Home
last modified time | relevance | path

Searched refs:load_cr0 (Results 1 – 14 of 14) 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 Dnpx.c149 #define start_emulating() load_cr0(rcr0() | CR0_TS)
963 load_cr0(cr0); in npxsuspend()
978 load_cr0(cr0); in npxresume()
H A Dmp_machdep.c290 load_cr0(cr0); in init_secondary()
H A Dpmap.c573 load_cr0(rcr0() | CR0_PG); in __CONCAT()
877 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in __CONCAT()
893 load_cr0(cr0); in __CONCAT()
H A Dmachdep.c1232 load_cr0(cr0); in cpu_setregs()
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c168 #define start_emulating() load_cr0(rcr0() | CR0_TS)
307 load_cr0(cr0); in fpususpend()
321 load_cr0(cr0); in fpuresume()
H A Dmp_machdep.c357 load_cr0(cr0); in init_secondary()
H A Dmachdep.c660 load_cr0(cr0); in cpu_setregs()
H A Dpmap.c1982 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()
1996 load_cr0(cr0); in pmap_init_pat()
/f-stack/freebsd/i386/include/
H A Dcpufunc.h443 load_cr0(u_int data) in load_cr0() function
780 void load_cr0(u_int cr0);
/f-stack/freebsd/x86/x86/
H A Dx86_mem.c339 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in x86_mrstoreone()
419 load_cr0(cr0); in x86_mrstoreone()
H A Dcpu_machdep.c1440 load_cr0(cr0 & ~CR0_WP); in disable_wp()
1449 load_cr0(rcr0() | CR0_WP); in restore_wp()
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h408 load_cr0(u_long data) in load_cr0() function
970 void load_cr0(u_long cr0);
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c237 #define fpu_start_emulating() load_cr0(rcr0() | CR0_TS)