Lines Matching refs:pim_wide
351 struct pdc_hpmc_pim_20 *pim_wide; in transfer_pim_to_trap_frame() local
355 pim_wide = (struct pdc_hpmc_pim_20 *)hpmc_pim_data; in transfer_pim_to_trap_frame()
364 regs->gr[0] = pim_wide->cr[22]; in transfer_pim_to_trap_frame()
367 regs->gr[i] = pim_wide->gr[i]; in transfer_pim_to_trap_frame()
370 regs->fr[i] = pim_wide->fr[i]; in transfer_pim_to_trap_frame()
373 regs->sr[i] = pim_wide->sr[i]; in transfer_pim_to_trap_frame()
375 regs->iasq[0] = pim_wide->cr[17]; in transfer_pim_to_trap_frame()
376 regs->iasq[1] = pim_wide->iasq_back; in transfer_pim_to_trap_frame()
377 regs->iaoq[0] = pim_wide->cr[18]; in transfer_pim_to_trap_frame()
378 regs->iaoq[1] = pim_wide->iaoq_back; in transfer_pim_to_trap_frame()
380 regs->sar = pim_wide->cr[11]; in transfer_pim_to_trap_frame()
381 regs->iir = pim_wide->cr[19]; in transfer_pim_to_trap_frame()
382 regs->isr = pim_wide->cr[20]; in transfer_pim_to_trap_frame()
383 regs->ior = pim_wide->cr[21]; in transfer_pim_to_trap_frame()