Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/include/asm/
Dprocessor.h16 static inline unsigned long rdusp(void) in rdusp() function
159 #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-6.12.1/arch/alpha/include/asm/
Dptrace.h12 #define current_user_stack_pointer() rdusp()
Dprocessor.h44 ((tsk) == current ? rdusp() : task_thread_info(tsk)->pcb.usp)
Dpal.h83 __CALL_PAL_R0(rdusp, unsigned long);
/linux-6.12.1/arch/m68k/kernel/
Dprocess.c91 pr_info("USP: %08lx\n", rdusp()); in show_regs()
177 p->thread.usp = usp ?: rdusp(); in copy_thread()
Dsignal.c760 unsigned long usp = rdusp(); in do_sigreturn()
787 unsigned long usp = rdusp(); in do_rt_sigreturn()
819 sc->sc_usp = rdusp(); in setup_sigcontext()
854 err |= __put_user(rdusp(), &gregs[15]); in rt_setup_ucontext()
865 unsigned long usp = sigsp(rdusp(), ksig); in get_sigframe()
976 err |= __save_altstack(&frame->uc.uc_stack, rdusp()); in setup_rt_frame()
/linux-6.12.1/arch/alpha/kernel/
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()
Dsignal.c334 oldsp = rdusp(); in setup_frame()
379 oldsp = rdusp(); in setup_rt_frame()
Dtraps.c705 fake_reg = rdusp(); in do_entUnaUser()
Dosf_sys.c688 unsigned long usp = rdusp(); in SYSCALL_DEFINE2()
/linux-6.12.1/arch/m68k/mm/
Dfault.c107 if (address + 256 < rdusp()) in do_page_fault()