Home
last modified time | relevance | path

Searched refs:psp (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/sparc64/kernel/
Dprocess.c486 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() argument
492 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()
/linux-2.4.37.9/include/asm-ia64/
Dunwind.h61 unsigned long psp; /* previous sp value */ member
165 *valp = (info)->psp; in unw_get_psp()
/linux-2.4.37.9/arch/ia64/kernel/
Dmca.c810 pal_processor_state_info_t *psp = (pal_processor_state_info_t *) in ia64_mca_ucmc_handler() local
812 int recover = psp->tc && !(psp->cc || psp->bc || psp->rc || psp->uc); in ia64_mca_ucmc_handler()
Dunwind.c162 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()