Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dspecialreg.h39 #define CR0_MP 0x00000002 /* "Math" (fpu) Present */ macro
/freebsd/sys/i386/i386/
H A Dnpx.c281 "n" (CR0_EM | CR0_MP) : "ax"); in npx_probe()
H A Dmachdep.c322 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c327 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()