restore_i387_xstate   25 arch/x86/kernel/i387.c # define restore_i387_xstate_ia32	restore_i387_xstate
restore_i387_xstate  166 arch/x86/kernel/signal_32.c 	err |= restore_i387_xstate(buf);
restore_i387_xstate  100 arch/x86/kernel/signal_64.c 	err |= restore_i387_xstate(buf);
restore_i387_xstate  263 include/asm-x86/i387.h extern int restore_i387_xstate(void __user *buf);