CR0_MP
#define CR0_MP 0x00000002 /* "Math" Present (NPX or NPX emulator) */
#define CR0_MP __BIT(1) /* "Math" Present (NPX or NPX emulator) */