Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/i386/
H A Dproc_reg.h137 #define CR0_NE 0x00000020 /* i486: Handle numeric exceptions */ macro
H A Dfpu.c470 set_cr0((get_cr0() & ~(CR0_EM | CR0_TS)) | CR0_NE); /* allow use of FPU */ in init_fpu()