Searched refs:CR0_MP (Results 1 – 5 of 5) sorted by relevance
164 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_EM|CR0_MP|CR0_WP),%eax
385 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_EM|CR0_MP),%eax
39 #define CR0_MP 0x00000002 /* "Math" Present (NPX or NPX emulator) */ macro
40 #define CR0_MP 0x00000002 /* "Math" Present (NPX or NPX emulator) */ macro
7897 { CR0_MP, "MP ", "mp " }, in vmm_decode_cr0()