Searched refs:CR0_MP (Results 1 – 7 of 7) sorted by relevance
58 #define CR0_MP 0x00000002 /* monitor coprocessor */ macro78 (((cr) | CR0_MP | CR0_NE | CR0_TS) & (uint32_t)~CR0_EM)87 (((cr) | CR0_EM) & (uint32_t)~CR0_MP)
132 { "MP", CR0_MP, CR0_MP }, in mdb_x86_print_sysregs()
51 #define CR0_MP 0x00000002 /* monitor coprocessor */ macro
277 orq $(CR0_MP|CR0_NE), %rax
40 #define CR0_MP 0x00000002 /* "Math" (fpu) Present */ macro
538 CR0_MP | CR0_PE, in test_setup_vcpu()
42 #define CR0_MP 0x00000002 /* "Math" (fpu) Present */ macro