Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dfpu-internal.h482 static inline int restore_xstate_sig(void __user *buf, int ia32_frame) in restore_xstate_sig() function
/arch/x86/ia32/
Dia32_signal.c204 err |= restore_xstate_sig(buf, 1); in ia32_restore_sigcontext()
/arch/x86/kernel/
Dsignal.c116 err |= restore_xstate_sig(buf, config_enabled(CONFIG_X86_32)); in restore_sigcontext()