Searched refs:load_cr0 (Results 1 – 13 of 13) sorted by relevance
94 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 …]
929 load_cr0(cr0); in npxsuspend()944 load_cr0(cr0); in npxresume()
340 load_cr0(cr0); in init_secondary()
323 load_cr0(cr0); in cpu_setregs()
561 load_cr0(rcr0() | CR0_PG); in __CONCAT() 866 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in __CONCAT() 882 load_cr0(cr0); in __CONCAT()
220 #define fpu_disable() load_cr0(rcr0() | CR0_TS)
336 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in x86_mrstoreone()416 load_cr0(cr0); in x86_mrstoreone()
1708 load_cr0(cr0 & ~CR0_WP); in disable_wp()1717 load_cr0(rcr0() | CR0_WP); in restore_wp()
268 load_cr0(cr0); in fpususpend()282 load_cr0(cr0); in fpuresume()
279 load_cr0(cr0); in init_secondary()
330 load_cr0(cr0); in cpu_setregs()
2142 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()2156 load_cr0(cr0); in pmap_init_pat()
386 load_cr0(u_long data) in load_cr0() function