Searched refs:irp (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/include/asm-cris/ |
D | processor.h | 93 regs->irp = ip; \ 106 eip = ((struct pt_regs *)regs)->irp; \ 135 return (unsigned long)user_regs(t)->irp; in thread_saved_pc()
|
D | ptrace.h | 79 unsigned long irp; /* This is actually the debugged process' PC */ member 116 #define instruction_pointer(regs) ((regs)->irp)
|
D | user.h | 61 unsigned long irp; /* Not accessible. */ member
|
D | elf.h | 73 pr_reg[15] = regs->irp; /* pc */ \
|
/linux-2.4.37.9/arch/arm/mm/ |
D | proc-arm2,3.S | 137 .irp b7, 0x00, 0x80 138 .irp b6, 0x00, 0x02 139 .irp b5, 0x00, 0x04 140 .irp b4, 0x00, 0x01 142 .irp b3, 0x00, 0x40 143 .irp b2, 0x00, 0x20 144 .irp b1, 0x00, 0x10 145 .irp b0, 0x00, 0x08
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | traps.c | 157 regs->irp, regs->srp, regs->dccr, usp, regs->mof ); in show_registers() 184 if(regs->irp < PAGE_OFFSET) in show_registers() 198 if(__get_user(c, &((unsigned char*)regs->irp)[i])) { in show_registers()
|
D | entryoffsets.c | 51 OF (LIRP, struct pt_regs, irp)
|
D | signal.c | 42 #define RESTART_CRIS_SYS(regs) regs->r10 = regs->orig_r10; regs->irp -= 2; 434 regs->irp = (unsigned long) ka->sa.sa_handler; /* what we enter NOW */ in setup_frame() 498 regs->irp = (unsigned long) ka->sa.sa_handler; /* what we enter NOW */ in setup_rt_frame()
|
D | kgdb.c | 268 unsigned int irp; /* 0x52 Interrupt return pointer */ member
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | iosapic.c | 1053 unsigned int i, *irp = (unsigned int *) irt; in iosapic_prt_irt() local 1059 for (i=0; i<num_entry; i++, irp += 4) { in iosapic_prt_irt() 1061 irp, i, irp[0], irp[1], irp[2], irp[3]); in iosapic_prt_irt()
|
/linux-2.4.37.9/arch/cris/mm/ |
D | fault.c | 179 regs->irp, address, miss, inv, we, acc, index, page_id)); in handle_mmu_bus_fault() 406 if ((fixup = search_exception_table(regs->irp)) != 0) { in do_page_fault() 409 regs->irp = fixup; in do_page_fault()
|