Searched refs:alpha_pal_rdusp (Results 1 – 9 of 9) sorted by relevance
133 sfp = (struct linux_rt_sigframe *)(alpha_pal_rdusp()); in setup_linux_rt_sigframe()158 sigframe.uc.uc_mcontext.sc_regs[R_SP] = alpha_pal_rdusp(); in setup_linux_rt_sigframe()228 sfp = (struct linux_sigframe *)(alpha_pal_rdusp()); in setup_linux_sigframe()248 sigframe.sf_sc.sc_regs[R_SP] = alpha_pal_rdusp(); in setup_linux_sigframe()
172 error = copyin((void *)alpha_pal_rdusp(), ©args[6], in linux_syscall_plain()254 error = copyin((void *)alpha_pal_rdusp(), ©args[6], in linux_syscall_fancy()
72 cpustate.md_tf.tf_regs[FRAME_SP] = alpha_pal_rdusp(); /* XXX */ in cpu_coredump()
166 error = copyin((void *)alpha_pal_rdusp(), ©args[6], in syscall()
132 frame.sf_sc.sc_regs[R_SP] = alpha_pal_rdusp(); in sendsig_sigcontext()
123 pcb2->pcb_hw.apcb_usp = alpha_pal_rdusp(); in cpu_lwp_fork()
1471 reg.r_regs[R_SP] = alpha_pal_rdusp(); in regdump()1494 frame = (uintptr_t)alpha_pal_rdusp(); in getframe()1862 gr[_REG_SP] = alpha_pal_rdusp(); in cpu_getmcontext()
829 l->l_md.md_tf->tf_regs[FRAME_SP] = alpha_pal_rdusp(); in unaligned_fixup()1143 l->l_md.md_tf->tf_regs[FRAME_SP] = alpha_pal_rdusp(); in handle_opdec()
443 alpha_pal_rdusp(void) in alpha_pal_rdusp() function