Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dprocessor.h15 static inline unsigned long rdusp(void) in rdusp() function
158 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
H A Dptrace.h19 #define current_user_stack_pointer() rdusp()
H A Delf.h98 pr_reg[15] = rdusp(); \
/openbmc/linux/arch/alpha/include/asm/
H A Dptrace.h12 #define current_user_stack_pointer() rdusp()
H A Dprocessor.h44 ((tsk) == current ? rdusp() : task_thread_info(tsk)->pcb.usp)
H A Dpal.h83 __CALL_PAL_R0(rdusp, unsigned long);
/openbmc/linux/arch/m68k/kernel/
H A Dprocess.c90 pr_info("USP: %08lx\n", rdusp()); in show_regs()
176 p->thread.usp = usp ?: rdusp(); in copy_thread()
H A Dsignal.c758 unsigned long usp = rdusp(); in do_sigreturn()
785 unsigned long usp = rdusp(); in do_rt_sigreturn()
817 sc->sc_usp = rdusp(); in setup_sigcontext()
852 err |= __put_user(rdusp(), &gregs[15]); in rt_setup_ucontext()
863 unsigned long usp = sigsp(rdusp(), ksig); in get_sigframe()
974 err |= __save_altstack(&frame->uc.uc_stack, rdusp()); in setup_rt_frame()
/openbmc/linux/arch/alpha/kernel/
H A Dprocess.c271 childti->pcb.usp = usp ?: rdusp(); in copy_thread()
321 dest[30] = ti == current_thread_info() ? rdusp() : ti->pcb.usp; in dump_elf_thread()
H A Dsignal.c334 oldsp = rdusp(); in setup_frame()
379 oldsp = rdusp(); in setup_rt_frame()
H A Dtraps.c763 fake_reg = rdusp(); in do_entUnaUser()
H A Dosf_sys.c688 unsigned long usp = rdusp(); in SYSCALL_DEFINE2()
/openbmc/linux/arch/m68k/mm/
H A Dfault.c105 if (address + 256 < rdusp()) in do_page_fault()