Home
last modified time | relevance | path

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

/linux-3.4.99/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.c134 restore_user_regs(user); in restore_sigcontext()
Dgdb-stub.c2003 restore_user_regs(&__debug_frame0->uc); in gdbstub()
/linux-3.4.99/arch/frv/include/asm/
Dprocessor.h115 extern asmlinkage void *restore_user_regs(const struct user_context *target, ...);
/linux-3.4.99/arch/arm/kernel/
Dentry-header.S91 .macro restore_user_regs, fast = 0, offset = 0 macro
134 .macro restore_user_regs, fast = 0, offset = 0 macro
Dentry-common.S45 restore_user_regs fast = 1, offset = S_OFF
84 restore_user_regs fast = 0, offset = 0
/linux-3.4.99/arch/unicore32/kernel/
Dentry.S70 .macro restore_user_regs, fast = 0, offset = 0 macro
537 restore_user_regs fast = 1, offset = S_OFF
570 restore_user_regs fast = 0, offset = 0
/linux-3.4.99/arch/powerpc/kernel/
Dsignal_32.c506 static long restore_user_regs(struct pt_regs *regs, in restore_user_regs() function
938 if (restore_user_regs(regs, mcp, sig)) in do_setcontext()
1296 || restore_user_regs(regs, sr, 1)) in sys_sigreturn()