Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dmca_drv.c376 pal_processor_state_info_t *psp = in is_mca_global() local
401 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() local
582 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() local
666 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()
Dunwind.c161 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()
/arch/ia64/include/asm/
Dunwind.h61 unsigned long psp; /* previous sp value */ member
157 *valp = (info)->psp; in unw_get_psp()
/arch/sparc/kernel/
Dprocess_64.c397 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() argument
403 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()
/arch/arm/mach-pxa/include/mach/
Dssp.h58 u32 psp; member
/arch/arm/mach-pxa/
Dssp.c200 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()