load_cr0
void load_cr0(u_long cr0);
void load_cr0(u_int cr0);
#define fpu_start_emulating() load_cr0(rcr0() | CR0_TS)