Lines Matching refs:pim_wide
320 struct pdc_hpmc_pim_20 *pim_wide; in transfer_pim_to_trap_frame() local
324 pim_wide = (struct pdc_hpmc_pim_20 *)hpmc_pim_data; in transfer_pim_to_trap_frame()
333 regs->gr[0] = pim_wide->cr[22]; in transfer_pim_to_trap_frame()
336 regs->gr[i] = pim_wide->gr[i]; in transfer_pim_to_trap_frame()
339 regs->fr[i] = pim_wide->fr[i]; in transfer_pim_to_trap_frame()
342 regs->sr[i] = pim_wide->sr[i]; in transfer_pim_to_trap_frame()
344 regs->iasq[0] = pim_wide->cr[17]; in transfer_pim_to_trap_frame()
345 regs->iasq[1] = pim_wide->iasq_back; in transfer_pim_to_trap_frame()
346 regs->iaoq[0] = pim_wide->cr[18]; in transfer_pim_to_trap_frame()
347 regs->iaoq[1] = pim_wide->iaoq_back; in transfer_pim_to_trap_frame()
349 regs->sar = pim_wide->cr[11]; in transfer_pim_to_trap_frame()
350 regs->iir = pim_wide->cr[19]; in transfer_pim_to_trap_frame()
351 regs->isr = pim_wide->cr[20]; in transfer_pim_to_trap_frame()
352 regs->ior = pim_wide->cr[21]; in transfer_pim_to_trap_frame()