Home
last modified time | relevance | path

Searched refs:rcr0 (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/arch/i386/isa/
Dnpx.c103 #define stts() lcr0(rcr0() | CR0_TS)
335 lcr0(rcr0() & ~(CR0_EM|CR0_TS));
339 lcr0(rcr0() | (CR0_EM|CR0_TS));
377 lcr0(rcr0() & ~CR0_NE);
396 lcr0(rcr0() & ~(CR0_EM|CR0_TS));
402 lcr0(rcr0() | (CR0_TS));
/mirbsd/src/sys/arch/i386/include/
Dcpufunc.h51 static __inline u_int rcr0(void);
98 rcr0(void) in rcr0() function
/mirbsd/src/sys/arch/i386/i386/
Dprocfs_machdep.c142 (rcr0() & CR0_WP) ? "yes" : "no", in procfs_getcpuinfstr()
Dvia.c237 creg0 = rcr0(); /* Permit access to SIMD/FPU path */ in viac3_cbc()
513 creg0 = rcr0(); /* Permit access to SIMD/FPU path */ in viac3_rnd()
Di686_mem.c296 lcr0((rcr0() & ~CR0_NW) | CR0_CD); /* disable caches (CD = 1, NW = 0) */
363 lcr0(rcr0() & ~(CR0_CD | CR0_NW)); /* enable caches CD = 0 and NW = 0 */
Dmachdep.c483 pcb->pcb_cr0 = rcr0(); in i386_proc0_tss_ldt_init()
1845 lcr0(rcr0() | CR0_WP); in identifycpu()