Lines Matching refs:pim_wide
345 struct pdc_hpmc_pim_20 *pim_wide; in transfer_pim_to_trap_frame() local
349 pim_wide = (struct pdc_hpmc_pim_20 *)hpmc_pim_data; in transfer_pim_to_trap_frame()
358 regs->gr[0] = pim_wide->cr[22]; in transfer_pim_to_trap_frame()
361 regs->gr[i] = pim_wide->gr[i]; in transfer_pim_to_trap_frame()
364 regs->fr[i] = pim_wide->fr[i]; in transfer_pim_to_trap_frame()
367 regs->sr[i] = pim_wide->sr[i]; in transfer_pim_to_trap_frame()
369 regs->iasq[0] = pim_wide->cr[17]; in transfer_pim_to_trap_frame()
370 regs->iasq[1] = pim_wide->iasq_back; in transfer_pim_to_trap_frame()
371 regs->iaoq[0] = pim_wide->cr[18]; in transfer_pim_to_trap_frame()
372 regs->iaoq[1] = pim_wide->iaoq_back; in transfer_pim_to_trap_frame()
374 regs->sar = pim_wide->cr[11]; in transfer_pim_to_trap_frame()
375 regs->iir = pim_wide->cr[19]; in transfer_pim_to_trap_frame()
376 regs->isr = pim_wide->cr[20]; in transfer_pim_to_trap_frame()
377 regs->ior = pim_wide->cr[21]; in transfer_pim_to_trap_frame()