Searched refs:fx_scratch (Results 1 – 1 of 1) sorted by relevance
138 static struct i387_fxsave_struct fx_scratch; variable145 memset(&fx_scratch, 0, sizeof(struct i387_fxsave_struct)); in mxcsr_feature_mask_init()146 asm volatile("fxsave %0" : "+m" (fx_scratch)); in mxcsr_feature_mask_init()147 mask = fx_scratch.mxcsr_mask; in mxcsr_feature_mask_init()