Home
last modified time | relevance | path

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

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