Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Di387.c138 static struct i387_fxsave_struct fx_scratch; variable
145 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()