Home
last modified time | relevance | path

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

/linux-4.1.27/arch/frv/kernel/
Dswitch_to.S128 # fall through into restore_user_regs()
135 # - void *restore_user_regs(const struct user_context *target, void *retval)
141 .globl restore_user_regs
142 restore_user_regs: label
Dsignal.c74 restore_user_regs(user); in restore_sigcontext()
Dgdb-stub.c2003 restore_user_regs(&__debug_frame0->uc); in gdbstub()
/linux-4.1.27/arch/frv/include/asm/
Dprocessor.h93 extern asmlinkage void *restore_user_regs(const struct user_context *target, ...);
/linux-4.1.27/arch/arm/kernel/
Dentry-common.S47 restore_user_regs fast = 1, offset = S_OFF
82 restore_user_regs fast = 0, offset = 0
Dentry-header.S331 .macro restore_user_regs, fast = 0, offset = 0 macro
338 .macro restore_user_regs, fast = 0, offset = 0 macro
/linux-4.1.27/arch/unicore32/kernel/
Dentry.S70 .macro restore_user_regs, fast = 0, offset = 0 macro
537 restore_user_regs fast = 1, offset = S_OFF
568 restore_user_regs fast = 0, offset = 0
/linux-4.1.27/arch/powerpc/kernel/
Dsignal_32.c662 static long restore_user_regs(struct pt_regs *regs, in restore_user_regs() function
1099 if (restore_user_regs(regs, mcp, sig)) in do_setcontext()
1545 || restore_user_regs(regs, sr, 1)) in sys_sigreturn()