Searched refs:psp (Results 1 – 6 of 6) sorted by relevance
376 pal_processor_state_info_t *psp = in is_mca_global() local401 if (psp->tc || psp->cc || psp->rc || psp->uc) in is_mca_global()579 pal_processor_state_info_t *psp = in recover_from_platform_error() local582 if (psp->bc && pbci->eb && pbci->bsi == 0) { in recover_from_platform_error()604 } else if (psp->cc && !psp->bc) { /* Cache error */ in recover_from_platform_error()655 pal_processor_state_info_t *psp = in recover_from_processor_error() local666 if (psp->cm == 1) in recover_from_processor_error()672 if (psp->us || psp->ci == 0) in recover_from_processor_error()678 if (psp->tc && !(psp->cc || psp->bc || psp->rc || psp->uc)) in recover_from_processor_error()689 if (psp->cc == 0 && (psp->bc == 0 || pbci == NULL)) in recover_from_processor_error()
161 offsetof(struct unw_frame_info, psp)/8,273 info->pt = (unsigned long) ((struct pt_regs *) info->psp - 1); in get_scratch_regs()1663 insn.dst = offsetof(struct unw_frame_info, psp)/8; in build_script()1770 s[dst] = state->psp + val; in run_script()1927 info->sp = info->psp; in unw_unwind()2022 info->sp = info->psp = stktop; in init_frame_info()
61 unsigned long psp; /* previous sp value */ member157 *valp = (info)->psp; in unw_get_psp()
397 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() argument403 psp += STACK_BIAS; in clone_stackframe()404 __get_user(fp, &(((struct reg_window __user *)psp)->ins[6])); in clone_stackframe()407 __get_user(fp, &(((struct reg_window32 __user *)psp)->ins[6])); in clone_stackframe()415 distance = fp - psp; in clone_stackframe()417 if (copy_in_user((void __user *) rval, (void __user *) psp, distance)) in clone_stackframe()
58 u32 psp; member
200 state->psp = __raw_readl(ssp->mmio_base + SSPSP); in ssp_save_state()221 __raw_writel(state->psp, ssp->mmio_base + SSPSP); in ssp_restore_state()