Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/cris/arch-v32/kernel/
Dsignal.c96 frame = (struct signal_frame *) rdusp(); in sys_sigreturn()
137 frame = (struct rt_signal_frame *) rdusp(); in sys_rt_sigreturn()
179 usp = rdusp(); in setup_sigcontext()
197 unsigned long sp = sigsp(rdusp(), ksig); in get_sigframe()
304 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.1.27/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.1.27/arch/cris/include/arch-v10/arch/
Delf.h60 pr_reg[14] = rdusp(); /* sp */ \
77 pr_reg[31] = rdusp(); /* usp */ \
Dsystem.h17 static inline unsigned long rdusp(void) { in rdusp() function
/linux-4.1.27/arch/cris/include/arch-v32/arch/
Delf.h56 pr_reg[14] = rdusp(); /* SP */ \
72 pr_reg[30] = rdusp(); /* USP */ \
Dsystem.h17 static inline unsigned long rdusp(void) in rdusp() function
/linux-4.1.27/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()
Dtraps.c466 stack = (unsigned long *)rdusp(); in trap_c()
Dprocess.c133 p->thread.usp = usp ? : rdusp(); in copy_thread()
Dtrace.c983 rdusp(), fp->astat); in show_regs()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/cris/kernel/
Dtraps.c146 unsigned long *sp = (unsigned long *)rdusp();
/linux-4.1.27/arch/m68k/mm/
Dfault.c106 if (address + 256 < rdusp()) in do_page_fault()
/linux-4.1.27/arch/cris/mm/
Dfault.c137 if (address + PAGE_SIZE < rdusp()) in do_page_fault()