Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dproc_reg.h141 #define CR0_EM 0x00000004 /* Emulate coprocessor */ macro
H A Dfpu.c418 set_cr0((get_cr0() & ~(CR0_EM | CR0_TS)) | CR0_NE); /* allow use of FPU */ in init_fpu()