Home
last modified time | relevance | path

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

/arch/parisc/kernel/
A Dunaligned.c376 unsigned long newbase = R1(regs->iir)?regs->gr[R1(regs->iir)]:0; in handle_unaligned()
393 regs->iaoq[0], regs->iir); in handle_unaligned()
412 switch (MAJOR_OP(regs->iir)) in handle_unaligned()
417 if (regs->iir&0x20) in handle_unaligned()
421 if (regs->iir&0x200) in handle_unaligned()
438 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0)<<shift; in handle_unaligned()
440 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0); in handle_unaligned()
446 newbase += IM14(regs->iir); in handle_unaligned()
450 if (regs->iir&8) in handle_unaligned()
459 newbase += IM14(regs->iir&6); in handle_unaligned()
[all …]
A Dtraps.c151 level, regs->iir, regs->isr, regs->ior); in show_regs()
284 unsigned iir = regs->iir; in handle_break() local
324 if (unlikely(iir != GDB_BREAK_INSN)) in handle_break()
327 iir & 31, (iir>>13) & ((1<<13)-1), in handle_break()
375 regs->iir = pim_wide->cr[19]; in transfer_pim_to_trap_frame()
399 regs->iir = pim_narrow->cr[19]; in transfer_pim_to_trap_frame()
587 if ((regs->iir & 0xffdfffe0) == 0x034008a0) { in handle_interruption()
593 if (regs->iir & 0x00200000) in handle_interruption()
594 regs->gr[regs->iir & 0x1f] = mfctl(27); in handle_interruption()
596 regs->gr[regs->iir & 0x1f] = mfctl(26); in handle_interruption()
[all …]
A Dkgdb.c82 gr->iir = regs->iir; in pt_regs_to_gdb_regs()
113 regs->iir = gr->iir; in gdb_regs_to_pt_regs()
190 else if (trap == 9 && regs->iir == in kgdb_arch_handle_exception()
198 } else if (trap == 9 && regs->iir == in kgdb_arch_handle_exception()
A Dtoc.c36 regs->iir = (unsigned long)toc->cr[19]; in toc20_to_pt_regs()
59 regs->iir = toc->cr[19]; in toc11_to_pt_regs()
A Dptrace.c455 case RI(iir): return regs->iir; in get_reg()
508 case RI(iir): return regs->iir; in set_reg()
721 REG_OFFSET_NAME(iir),
A Dkprobes.c161 switch (regs->iir >> 26) { in parisc_kprobe_ss_handler()
A Dasm-offsets.c131 DEFINE(TASK_PT_IIR, offsetof(struct task_struct, thread.regs.iir)); in main()
216 DEFINE(PT_IIR, offsetof(struct pt_regs, iir)); in main()
/arch/sh/include/asm/
A Dsmc37c93x.h74 volatile __u16 iir; member
86 #define tcr iir
92 #define fcr iir
/arch/parisc/include/uapi/asm/
A Dptrace.h36 unsigned long iir; /* CR19 */ member
57 unsigned long iir; /* CR19 */ member
/arch/parisc/mm/
A Dfault.c165 if (parisc_acctyp(0, regs->iir) == VM_READ) { in fixup_exception()
166 int treg = regs->iir & 0x1f; in fixup_exception()
289 acc_type = parisc_acctyp(code, regs->iir); in do_page_fault()
459 unsigned long insn = regs->iir; in handle_nadtlb_fault()
/arch/parisc/include/asm/
A Dkgdb.h39 unsigned long iir; member
A Delf.h284 dst[44] = pt->sar; dst[45] = pt->iir; \
A Dasmregs.h129 iir: .reg %cr19

Completed in 40 milliseconds