Searched refs:psp (Results 1 – 4 of 4) sorted by relevance
486 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() argument492 psp += STACK_BIAS; in clone_stackframe()493 __get_user(fp, &(((struct reg_window *)psp)->ins[6])); in clone_stackframe()496 __get_user(fp, &(((struct reg_window32 *)psp)->ins[6])); in clone_stackframe()504 distance = fp - psp; in clone_stackframe()506 if (copy_in_user((void *)rval, (void *)psp, distance)) in clone_stackframe()
61 unsigned long psp; /* previous sp value */ member165 *valp = (info)->psp; in unw_get_psp()
810 pal_processor_state_info_t *psp = (pal_processor_state_info_t *) in ia64_mca_ucmc_handler() local812 int recover = psp->tc && !(psp->cc || psp->bc || psp->rc || psp->uc); in ia64_mca_ucmc_handler()
162 offsetof(struct unw_frame_info, psp)/8,270 info->pt = (unsigned long) ((struct pt_regs *) info->psp - 1); in get_scratch_regs()1648 insn.dst = offsetof(struct unw_frame_info, psp)/8; in build_script()1744 s[dst] = state->psp + val; in run_script()1891 info->sp = info->psp; in unw_unwind()1983 info->sp = info->psp = stktop; in init_frame_info()