Home
last modified time | relevance | path

Searched refs:rdusp (Results 1 – 39 of 39) sorted by relevance

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dsignal.c107 struct sigframe __user *frame = (struct sigframe *)rdusp(); in sys_sigreturn()
143 struct rt_sigframe __user *frame = (struct rt_sigframe *)rdusp(); in sys_rt_sigreturn()
182 unsigned long usp = rdusp(); in setup_sigcontext()
208 unsigned long sp = sigsp(rdusp(), ksig); in get_sigframe()
302 err |= __save_altstack(&frame->uc.uc_stack, rdusp()); in setup_rt_frame()
Dprocess.c132 p->thread.usp = usp ?: rdusp(); in copy_thread()
178 unsigned long usp = rdusp(); in show_regs()
Dtraps.c25 unsigned long usp = rdusp(); in show_registers()
/linux-4.4.14/arch/h8300/kernel/
Dsignal.c107 unsigned long usp = rdusp(); in sys_rt_sigreturn()
144 err |= __put_user(rdusp(), &sc->sc_usp); in setup_sigcontext()
155 return (void __user *)((sigsp(rdusp(), ksig) - frame_size) & -8UL); in get_sigframe()
176 err |= __save_altstack(&frame->uc.uc_stack, rdusp()); in setup_rt_frame()
Dprocess.c96 printk("USP: %08lx\n", rdusp()); in show_regs()
122 p->thread.usp = usp ?: rdusp(); in copy_thread()
/linux-4.4.14/arch/h8300/include/asm/
Dprocessor.h25 static inline unsigned long rdusp(void) in rdusp() function
134 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
Dptrace.h27 #define current_user_stack_pointer() rdusp()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dsignal.c95 frame = (struct signal_frame *) rdusp(); in sys_sigreturn()
136 frame = (struct rt_signal_frame *) rdusp(); in sys_rt_sigreturn()
178 usp = rdusp(); in setup_sigcontext()
196 unsigned long sp = sigsp(rdusp(), ksig); in get_sigframe()
303 err |= __save_altstack(&frame->uc.uc_stack, rdusp()); in setup_rt_frame()
Dprocess.c149 p->thread.usp = usp ?: rdusp(); in copy_thread()
166 unsigned long usp = rdusp(); in show_regs()
Dtraps.c20 unsigned long usp = rdusp(); in show_registers()
/linux-4.4.14/arch/blackfin/include/asm/
Dprocessor.h19 static inline unsigned long rdusp(void) in rdusp() function
99 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
Dptrace.h20 #define current_user_stack_pointer() rdusp()
/linux-4.4.14/arch/cris/include/uapi/asm/
Delf_v10.h61 pr_reg[14] = rdusp(); /* sp */ \
78 pr_reg[31] = rdusp(); /* usp */ \
Delf_v32.h57 pr_reg[14] = rdusp(); /* SP */ \
73 pr_reg[30] = rdusp(); /* USP */ \
/linux-4.4.14/arch/blackfin/kernel/
Dsignal.c83 unsigned long usp = rdusp(); in sys_rt_sigreturn()
118 err |= __put_user(rdusp(), &sc->sc_usp); in rt_setup_sigcontext()
141 unsigned long usp = sigsp(rdusp(), ksig); in get_sigframe()
163 err |= __save_altstack(&frame->uc.uc_stack, rdusp()); in setup_rt_frame()
Dprocess.c133 p->thread.usp = usp ? : rdusp(); in copy_thread()
Dtraps.c466 stack = (unsigned long *)rdusp(); in trap_c()
Dtrace.c983 rdusp(), fp->astat); in show_regs()
/linux-4.4.14/arch/m68k/include/asm/
Dprocessor.h21 static inline unsigned long rdusp(void) in rdusp() function
174 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
Dptrace.h18 #define current_user_stack_pointer() rdusp()
Delf.h90 pr_reg[15] = rdusp(); \
Da.out-core.h30 dump->start_stack = rdusp() & ~(PAGE_SIZE - 1); in aout_dump_thread()
/linux-4.4.14/arch/alpha/include/asm/
Da.out-core.h30 dump->start_stack = rdusp() & ~(PAGE_SIZE - 1); in aout_dump_thread()
69 dump->regs[EF_SP] = rdusp(); in aout_dump_thread()
Dptrace.h11 #define current_user_stack_pointer() rdusp()
Dprocessor.h58 ((tsk) == current ? rdusp() : task_thread_info(tsk)->pcb.usp)
Dpal.h82 __CALL_PAL_R0(rdusp, unsigned long);
/linux-4.4.14/arch/cris/include/asm/
Dptrace.h12 #define current_user_stack_pointer() rdusp()
Dprocessor.h53 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
/linux-4.4.14/arch/cris/include/arch-v32/arch/
Dsystem.h17 static inline unsigned long rdusp(void) in rdusp() function
/linux-4.4.14/arch/cris/include/arch-v10/arch/
Dsystem.h17 static inline unsigned long rdusp(void) { in rdusp() function
/linux-4.4.14/arch/m68k/kernel/
Dprocess.c100 printk("USP: %08lx\n", rdusp()); in show_regs()
165 p->thread.usp = usp ?: rdusp(); in copy_thread()
Dsignal.c744 unsigned long usp = rdusp(); in do_sigreturn()
771 unsigned long usp = rdusp(); in do_rt_sigreturn()
795 sc->sc_usp = rdusp(); in setup_sigcontext()
829 err |= __put_user(rdusp(), &gregs[15]); in rt_setup_ucontext()
840 unsigned long usp = sigsp(rdusp(), ksig); in get_sigframe()
954 err |= __save_altstack(&frame->uc.uc_stack, rdusp()); in setup_rt_frame()
/linux-4.4.14/arch/alpha/kernel/
Dprocess.c276 childti->pcb.usp = usp ?: rdusp(); in copy_thread()
327 dest[30] = ti == current_thread_info() ? rdusp() : ti->pcb.usp; in dump_elf_thread()
Dsignal.c343 oldsp = rdusp(); in setup_frame()
388 oldsp = rdusp(); in setup_rt_frame()
Dtraps.c818 fake_reg = rdusp(); in do_entUnaUser()
Dosf_sys.c691 unsigned long usp = rdusp(); in SYSCALL_DEFINE2()
/linux-4.4.14/arch/cris/kernel/
Dtraps.c146 unsigned long *sp = (unsigned long *)rdusp();
/linux-4.4.14/arch/m68k/mm/
Dfault.c106 if (address + 256 < rdusp()) in do_page_fault()
/linux-4.4.14/arch/cris/mm/
Dfault.c137 if (address + PAGE_SIZE < rdusp()) in do_page_fault()