Searched refs:lcr0 (Results 1 – 8 of 8) sorted by relevance
93 #define stts() lcr0(rcr0() | CR0_TS)310 lcr0(rcr0() & ~(CR0_EM|CR0_TS)); in npxprobe()314 lcr0(rcr0() | (CR0_EM|CR0_TS)); in npxprobe()341 lcr0(rcr0() & ~(CR0_EM|CR0_TS)); in npxinit()357 lcr0(rcr0() | (CR0_TS)); in npxinit()372 lcr0(rcr0() & ~CR0_NE); in npxattach()
51 static __inline void lcr0(u_int);93 lcr0(u_int val) in lcr0() function
311 lcr0(creg0 & ~(CR0_EM|CR0_TS)); in viac3_cbc()319 lcr0(creg0); in viac3_cbc()511 lcr0(creg0 & ~(CR0_EM|CR0_TS)); in viac3_rnd()522 lcr0(creg0); in viac3_rnd()
307 lcr0((rcr0() & ~CR0_NW) | CR0_CD); in mrstoreone()366 lcr0(rcr0() & ~(CR0_CD | CR0_NW)); in mrstoreone()
408 lcr0(rcr0() | CR0_WP); in cpu_init()
2060 lcr0(rcr0() | CR0_WP); in identifycpu()
308 lcr0((rcr0() & ~CR0_NW) | CR0_CD); in mrstoreone()367 lcr0(rcr0() & ~(CR0_CD | CR0_NW)); in mrstoreone()
105 lcr0(u_int val) in lcr0() function