Searched refs:load_cr0 (Results 1 – 14 of 14) sorted by relevance
101 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 …]
315 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in i686_mrstoreone()395 load_cr0(cr0); in i686_mrstoreone()
281 load_cr0(cr0); in init_secondary()
620 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()636 load_cr0(cr0); in pmap_init_pat()
1233 load_cr0(cr0);
116 #define start_emulating() load_cr0(rcr0() | CR0_TS)180 load_cr0(cr0); in fpususpend()194 load_cr0(cr0); in fpuresume()
321 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in amd64_mrstoreone()401 load_cr0(cr0); in amd64_mrstoreone()
264 load_cr0(cr0); in init_secondary()
658 load_cr0(cr0); in cpu_setregs()
1000 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()1016 load_cr0(cr0); in pmap_init_pat()
156 #define start_emulating() load_cr0(rcr0() | CR0_TS)944 load_cr0(cr0); in npxsuspend()959 load_cr0(cr0); in npxresume()
390 load_cr0(u_int data) in load_cr0() function739 void load_cr0(u_int cr0);
412 load_cr0(u_long data) in load_cr0() function819 void load_cr0(u_long cr0);
201 #define fpu_start_emulating() load_cr0(rcr0() | CR0_TS)