Searched refs:CR0_MP (Results 1 – 4 of 4) sorted by relevance
39 #define CR0_MP 0x00000002 /* "Math" (fpu) Present */ macro
281 "n" (CR0_EM | CR0_MP) : "ax"); in npx_probe()
322 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
328 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()