Home
last modified time | relevance | path

Searched refs:CR0_EM (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/x86/x86/
Dcpu_rng.c218 lcr0(cr0 & ~(CR0_EM|CR0_TS)); in cpu_rng_via()
Dvia_padlock.c343 lcr0(cr0 & ~(CR0_EM|CR0_TS)); in via_padlock_cbc()
/netbsd/src/sys/arch/x86/include/
Dspecialreg.h65 #define CR0_EM 0x00000004 /* EMulate non-NPX coproc. (trap ESC only) */ macro