Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dxsave.c396 init_xstate_buf->i387.mxcsr = MXCSR_DEFAULT; in setup_xstate_init()
Di387.c213 fx->mxcsr = MXCSR_DEFAULT; in fpu_finit()
/linux-3.4.99/arch/x86/include/asm/
Dfpu-internal.h489 return MXCSR_DEFAULT; in get_fpu_mxcsr()
Dprocessor.h288 #define MXCSR_DEFAULT 0x1f80 macro