Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dmp_machdep.c339 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM); in init_secondary()
H A Dnpx.c281 "n" (CR0_EM | CR0_MP) : "ax"); in npx_probe()
/freebsd/sys/x86/include/
H A Dspecialreg.h40 #define CR0_EM 0x00000004 /* EMulate FPU instructions. (trap ESC only) */ macro
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c279 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM); in init_secondary()