Lines Matching refs:pim_narrow
319 struct pdc_hpmc_pim_11 *pim_narrow; in transfer_pim_to_trap_frame() local
355 pim_narrow = (struct pdc_hpmc_pim_11 *)hpmc_pim_data; in transfer_pim_to_trap_frame()
357 regs->gr[0] = pim_narrow->cr[22]; in transfer_pim_to_trap_frame()
360 regs->gr[i] = pim_narrow->gr[i]; in transfer_pim_to_trap_frame()
363 regs->fr[i] = pim_narrow->fr[i]; in transfer_pim_to_trap_frame()
366 regs->sr[i] = pim_narrow->sr[i]; in transfer_pim_to_trap_frame()
368 regs->iasq[0] = pim_narrow->cr[17]; in transfer_pim_to_trap_frame()
369 regs->iasq[1] = pim_narrow->iasq_back; in transfer_pim_to_trap_frame()
370 regs->iaoq[0] = pim_narrow->cr[18]; in transfer_pim_to_trap_frame()
371 regs->iaoq[1] = pim_narrow->iaoq_back; in transfer_pim_to_trap_frame()
373 regs->sar = pim_narrow->cr[11]; in transfer_pim_to_trap_frame()
374 regs->iir = pim_narrow->cr[19]; in transfer_pim_to_trap_frame()
375 regs->isr = pim_narrow->cr[20]; in transfer_pim_to_trap_frame()
376 regs->ior = pim_narrow->cr[21]; in transfer_pim_to_trap_frame()