Searched refs:iir (Results 1 – 13 of 13) sorted by relevance
| /arch/parisc/kernel/ |
| A D | unaligned.c | 376 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 D | traps.c | 151 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 D | kgdb.c | 82 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 D | toc.c | 36 regs->iir = (unsigned long)toc->cr[19]; in toc20_to_pt_regs() 59 regs->iir = toc->cr[19]; in toc11_to_pt_regs()
|
| A D | ptrace.c | 455 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 D | kprobes.c | 161 switch (regs->iir >> 26) { in parisc_kprobe_ss_handler()
|
| A D | asm-offsets.c | 131 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 D | smc37c93x.h | 74 volatile __u16 iir; member 86 #define tcr iir 92 #define fcr iir
|
| /arch/parisc/include/uapi/asm/ |
| A D | ptrace.h | 36 unsigned long iir; /* CR19 */ member 57 unsigned long iir; /* CR19 */ member
|
| /arch/parisc/mm/ |
| A D | fault.c | 165 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 D | kgdb.h | 39 unsigned long iir; member
|
| A D | elf.h | 284 dst[44] = pt->sar; dst[45] = pt->iir; \
|
| A D | asmregs.h | 129 iir: .reg %cr19
|
Completed in 40 milliseconds