Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dproc_reg.h142 #define CR0_MP 0x00000002 /* Monitor coprocessor */ macro
H A Dfpu.c500 set_cr0(get_cr0() | CR0_TS | CR0_MP); in init_fpu()