Searched refs:psp (Results 1 – 5 of 5) sorted by relevance
/arch/ia64/kernel/ |
D | mca_drv.c | 377 pal_processor_state_info_t *psp = in is_mca_global() local 402 if (psp->tc || psp->cc || psp->rc || psp->uc) in is_mca_global() 580 pal_processor_state_info_t *psp = in recover_from_platform_error() local 583 if (psp->bc && pbci->eb && pbci->bsi == 0) { in recover_from_platform_error() 605 } else if (psp->cc && !psp->bc) { /* Cache error */ in recover_from_platform_error() 656 pal_processor_state_info_t *psp = in recover_from_processor_error() local 667 if (psp->cm == 1) in recover_from_processor_error() 673 if (psp->us || psp->ci == 0) in recover_from_processor_error() 679 if (psp->tc && !(psp->cc || psp->bc || psp->rc || psp->uc)) in recover_from_processor_error() 690 if (psp->cc == 0 && (psp->bc == 0 || pbci == NULL)) in recover_from_processor_error()
|
D | unwind.c | 161 offsetof(struct unw_frame_info, psp)/8, 273 info->pt = (unsigned long) ((struct pt_regs *) info->psp - 1); in get_scratch_regs() 1678 insn.dst = offsetof(struct unw_frame_info, psp)/8; in build_script() 1785 s[dst] = state->psp + val; in run_script() 1942 info->sp = info->psp; in unw_unwind() 2037 info->sp = info->psp = stktop; in init_frame_info()
|
/arch/sparc/kernel/ |
D | process_64.c | 439 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() argument 441 bool stack_64bit = test_thread_64bit_stack(psp); in clone_stackframe() 446 psp += STACK_BIAS; in clone_stackframe() 447 __get_user(fp, &(((struct reg_window __user *)psp)->ins[6])); in clone_stackframe() 452 __get_user(fp, &(((struct reg_window32 __user *)psp)->ins[6])); in clone_stackframe() 460 distance = fp - psp; in clone_stackframe() 462 if (copy_in_user((void __user *) rval, (void __user *) psp, distance)) in clone_stackframe()
|
/arch/ia64/include/asm/ |
D | unwind.h | 62 unsigned long psp; /* previous sp value */ member 158 *valp = (info)->psp; in unw_get_psp()
|
/arch/arm/kernel/ |
D | entry-header.S | 83 mrsne r12, psp 159 msr psp, r2
|