Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/kernel/
Dtraps.c362 struct pdc_hpmc_pim_11 *pim_narrow; in transfer_pim_to_trap_frame() local
398 pim_narrow = (struct pdc_hpmc_pim_11 *)hpmc_pim_data; in transfer_pim_to_trap_frame()
400 regs->gr[0] = pim_narrow->cr[22]; in transfer_pim_to_trap_frame()
403 regs->gr[i] = pim_narrow->gr[i]; in transfer_pim_to_trap_frame()
406 regs->fr[i] = pim_narrow->fr[i]; in transfer_pim_to_trap_frame()
409 regs->sr[i] = pim_narrow->sr[i]; in transfer_pim_to_trap_frame()
411 regs->iasq[0] = pim_narrow->cr[17]; in transfer_pim_to_trap_frame()
412 regs->iasq[1] = pim_narrow->iasq_back; in transfer_pim_to_trap_frame()
413 regs->iaoq[0] = pim_narrow->cr[18]; in transfer_pim_to_trap_frame()
414 regs->iaoq[1] = pim_narrow->iaoq_back; in transfer_pim_to_trap_frame()
[all …]