Home
last modified time | relevance | path

Searched refs:lcr0 (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/arch/i386/isa/
H A Dnpx.c93 #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()
/openbsd/sys/arch/i386/include/
H A Dcpufunc.h51 static __inline void lcr0(u_int);
93 lcr0(u_int val) in lcr0() function
/openbsd/sys/arch/i386/i386/
H A Dvia.c311 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()
H A Di686_mem.c307 lcr0((rcr0() & ~CR0_NW) | CR0_CD); in mrstoreone()
366 lcr0(rcr0() & ~(CR0_CD | CR0_NW)); in mrstoreone()
H A Dcpu.c408 lcr0(rcr0() | CR0_WP); in cpu_init()
H A Dmachdep.c2060 lcr0(rcr0() | CR0_WP); in identifycpu()
/openbsd/sys/arch/amd64/amd64/
H A Damd64_mem.c308 lcr0((rcr0() & ~CR0_NW) | CR0_CD); in mrstoreone()
367 lcr0(rcr0() & ~(CR0_CD | CR0_NW)); in mrstoreone()
/openbsd/sys/arch/amd64/include/
H A Dcpufunc.h105 lcr0(u_int val) in lcr0() function