Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c289 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM); in init_secondary()
H A Dnpx.c308 "n" (CR0_EM | CR0_MP) : "ax"); in npx_probe()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h43 #define CR0_EM 0x00000004 /* EMulate FPU instructions. (trap ESC only) */ macro
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c356 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM); in init_secondary()