Searched refs:CR0_EM (Results 1 – 2 of 2) sorted by relevance
141 #define CR0_EM 0x00000004 /* Emulate coprocessor */ macro
470 set_cr0((get_cr0() & ~(CR0_EM | CR0_TS)) | CR0_NE); /* allow use of FPU */ in init_fpu()