Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Di387.h287 extern int restore_i387_xstate(void __user *buf);
/linux-2.6.39/arch/x86/kernel/
Dxsave.c276 int restore_i387_xstate(void __user *buf) in restore_i387_xstate() function
Di387.c26 # define restore_i387_xstate_ia32 restore_i387_xstate
Dsignal.c120 err |= restore_i387_xstate(buf); in restore_sigcontext()