Searched refs:load_cr0 (Results 1 – 15 of 15) 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()
316 load_cr0(cr0); in cpu_setregs()
561 load_cr0(rcr0() | CR0_PG); in __CONCAT()857 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in __CONCAT()873 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()
1830 load_cr0(cr0 & ~CR0_WP); in disable_wp()1839 load_cr0(rcr0() | CR0_WP); in restore_wp()
261 load_cr0(cr0); in fpususpend()275 load_cr0(cr0); in fpuresume()
293 load_cr0(cr0); in init_secondary()
335 load_cr0(cr0); in cpu_setregs()
2307 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()2321 load_cr0(cr0); in pmap_init_pat()
386 load_cr0(u_int data) in load_cr0() function
384 load_cr0(u_long data) in load_cr0() function
248 load_cr0(cr0); in pt_cpu_toggle_local()