Searched defs:irp (Results 1 - 4 of 4) sorted by last modified time

/arch/cris/arch-v10/kernel/
H A Dkgdb.c225 unsigned int irp; /* 0x52 Interrupt return pointer */ member in struct:register_image
971 " move $irp,[cris_reg+0x52] ; P10,\n"
1056 " move $irp,[cris_reg+0x3c] ; Save the address in PC (R15)\n"
1064 " move $irp,[cris_reg+0x52] ; P10,\n"
H A Dtraps.c28 regs->irp, regs->srp, regs->dccr, usp, regs->mof);
65 if (regs->irp < PAGE_OFFSET)
69 * Quite often the value at regs->irp doesn't point to the
73 * point, but small enough to fit on a row. The regs->irp
80 if (__get_user(c, &((unsigned char *)regs->irp)[i])) {
120 unsigned long irp = regs->irp; local
122 if (__copy_from_user(&f, (const void __user *)(irp - 8), sizeof f))
/arch/cris/include/arch-v10/arch/
H A Dptrace.h79 unsigned long irp; /* This is actually the debugged process' PC */ member in struct:pt_regs
113 #define instruction_pointer(regs) ((regs)->irp)
/arch/cris/include/uapi/arch-v10/arch/
H A Duser.h34 unsigned long irp; /* Not accessible. */ member in struct:user_regs_struct

Completed in 126 milliseconds