Searched refs:creg0 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/arch/i386/i386/
H A Dvia.c308 unsigned int creg0; local
310 creg0 = rcr0(); /* Permit access to SIMD/FPU path */
311 lcr0(creg0 & ~(CR0_EM|CR0_TS));
319 lcr0(creg0);
504 unsigned int *p, i, rv, creg0, len = VIAC3_RNG_BUFSIZ; local
510 creg0 = rcr0(); /* Permit access to SIMD/FPU path */
511 lcr0(creg0 & ~(CR0_EM|CR0_TS));
522 lcr0(creg0);

Completed in 107 milliseconds