Home
last modified time | relevance | path

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

/linux-5.19.10/arch/m68k/include/asm/
Dprocessor.h15 static inline unsigned long rdusp(void) in rdusp() function
162 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
Dptrace.h19 #define current_user_stack_pointer() rdusp()
Delf.h98 pr_reg[15] = rdusp(); \
/linux-5.19.10/arch/alpha/include/asm/
Dptrace.h12 #define current_user_stack_pointer() rdusp()
Dprocessor.h46 ((tsk) == current ? rdusp() : task_thread_info(tsk)->pcb.usp)
Dpal.h83 __CALL_PAL_R0(rdusp, unsigned long);
/linux-5.19.10/arch/m68k/kernel/
Dprocess.c89 pr_info("USP: %08lx\n", rdusp()); in show_regs()
175 p->thread.usp = usp ?: rdusp(); in copy_thread()
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()
968 err |= __save_altstack(&frame->uc.uc_stack, rdusp()); in setup_rt_frame()
/linux-5.19.10/arch/alpha/kernel/
Dprocess.c273 childti->pcb.usp = usp ?: rdusp(); in copy_thread()
323 dest[30] = ti == current_thread_info() ? rdusp() : ti->pcb.usp; in dump_elf_thread()
Dsignal.c333 oldsp = rdusp(); in setup_frame()
378 oldsp = rdusp(); in setup_rt_frame()
Dtraps.c763 fake_reg = rdusp(); in do_entUnaUser()
Dosf_sys.c688 unsigned long usp = rdusp(); in SYSCALL_DEFINE2()
/linux-5.19.10/arch/m68k/mm/
Dfault.c105 if (address + 256 < rdusp()) in do_page_fault()