Searched refs:irp (Results 1 - 15 of 15) sorted by relevance

/arch/cris/arch-v10/kernel/
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))
H A Dprocess.c81 return task_pt_regs(t)->irp;
102 regs.irp = (unsigned long)kernel_thread_helper;
262 regs->irp, regs->srp, regs->dccr, usp, regs->mof );
H A Dsignal.c42 #define RESTART_CRIS_SYS(regs) regs->r10 = regs->orig_r10; regs->irp -= 2;
343 regs->irp = (unsigned long) ka->sa.sa_handler; /* what we enter NOW */
408 regs->irp = (unsigned long) ka->sa.sa_handler;
542 regs->irp -= 2;
H A Dkgdb.c225 unsigned int irp; /* 0x52 Interrupt return pointer */ member in struct:register_image
1309 move $irp,[reg+0x52] ; P10,
1394 move $irp,[reg+0x3c] ; Save the address in PC (R15)
1402 move $irp,[reg+0x52] ; P10,
H A Dentry.S207 jmpu [$sp-16] ; return through the irp field in the sbfs frame
530 move $irp,[$sp=$sp-16]; instruction pointer and room for a fake SBFS frame
/arch/cris/include/arch-v10/arch/
H A Dprocessor.h46 eip = ((struct pt_regs *)regs)->irp; \
56 regs->irp = ip; \
H A Duser.h34 unsigned long irp; /* Not accessible. */ member in struct:user_regs_struct
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)
H A Delf.h61 pr_reg[15] = regs->irp; /* pc */ \
72 pr_reg[26] = 0; /* irp */ \
/arch/x86/include/asm/
H A Dentry_arch.h19 .irp idx,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15, \
/arch/cris/arch-v10/mm/
H A Dfault.c71 regs->irp, address, miss, inv, we, acc, index, page_id));
/arch/m68k/include/asm/
H A Dmath-emu.h231 .irp gas_ident.x .x
235 .irp m b,w,l
/arch/tile/kernel/
H A Dregs_32.S108 .irp reg, r0, r1, r2, r3, r4, r5, r6, r7, \
H A Dregs_64.S108 .irp reg, r0, r1, r2, r3, r4, r5, r6, r7, \
/arch/x86/kernel/
H A Dentry_64.S1021 .irp idx,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15, \

Completed in 230 milliseconds