Searched refs:iaoq (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dptrace.h23 unsigned long iaoq[2]; member in struct:pt_regs
48 #define user_mode(regs) (((regs)->iaoq[0] & 3) ? 1 : 0)
50 #define instruction_pointer(regs) ((regs)->iaoq[0] & ~3)
H A Dprocessor.h140 .iaoq = { 0, }, \
158 * Note that we set both the iaoq and r31 to the new pc. When
160 * rfi path that will use the values in the iaoq. The execve
182 regs->iaoq[0] = pc; \
183 regs->iaoq[1] = pc + 4; \
285 regs->iaoq[0] = pc; \
286 regs->iaoq[1] = pc + 4; \
320 #define KSTK_EIP(tsk) ((tsk)->thread.regs.iaoq[0])
H A Delf.h274 memcpy(dst + 40, pt->iaoq, 2 * sizeof(elf_greg_t)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dtraps.c139 level, regs->iasq[0], regs->iasq[1], regs->iaoq[0], regs->iaoq[1]);
146 print_symbol(" IAOQ[0]: %s\n", regs->iaoq[0]);
148 print_symbol(" IAOQ[1]: %s\n", regs->iaoq[1]);
197 r.iaoq[0] = (unsigned long)&&HERE;
210 int is_valid_bugaddr(unsigned long iaoq) argument
222 current->comm, current->pid, str, err, regs->iaoq[0]);
293 si.si_addr = (void __user *) (regs->iaoq[0] & ~3);
304 tt = report_bug(regs->iaoq[0] & ~3);
306 regs->iaoq[
[all...]
H A Dsignal.c88 err |= __copy_from_user(regs->iaoq, sc->sc_iaoq, sizeof(regs->iaoq));
91 DBG(2,"restore_sigcontext: iaoq is 0x%#lx / 0x%#lx\n",
92 regs->iaoq[0],regs->iaoq[1]);
171 regs->gr[31] = regs->iaoq[0];
173 DBG(1,"sys_rt_sigreturn: returning to %#lx, DUMPING REGS:\n", regs->iaoq[0]);
219 /* regs->iaoq is undefined in the syscall return path */
224 DBG(1,"setup_sigcontext: iaoq %#lx / %#lx (in syscall)\n",
227 err |= __copy_to_user(sc->sc_iaoq, regs->iaoq, sizeo
[all...]
H A Dbinfmt_elf32.c21 dst[40] = (elf_greg_t) pt->iaoq[0]; dst[41] = (elf_greg_t) pt->iaoq[1]; \
H A Dsignal32.c219 regs->iaoq[0] = ((u64)compat_regt << 32) | (u64)compat_reg;
220 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt);
227 regs->iaoq[1] = ((u64)compat_regt << 32) | (u64)compat_reg;
228 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt);
231 DBG(2,"restore_sigcontext32: iaoq is %#lx / %#lx\n",
232 regs->iaoq[0],regs->iaoq[1]);
285 /* regs->iaoq is undefined in the syscall return path */
293 DBG(2,"setup_sigcontext32: upper half iaoq[0] = %#x\n", compat_reg);
303 DBG(2,"setup_sigcontext32: upper half iaoq[
[all...]
H A Dptrace.c177 * entry.S:syscall_restore_rfi; e.g. iaoq is written with
299 task_regs(child)->iaoq[0] = task_regs(child)->iaoq[1];
301 task_regs(child)->iaoq[1] = task_regs(child)->iaoq[0] + 4;
311 si.si_addr = (void __user *) (task_regs(child)->iaoq[0] & ~3);
H A Dunwind.c208 info->prev_ip = regs->iaoq[0];
351 info->ip = regs->iaoq[0];
369 r2->iaoq[0] = r->kpc;
H A Dasm-offsets.c141 DEFINE(TASK_PT_IAOQ0, offsetof(struct task_struct, thread.regs.iaoq[0]));
142 DEFINE(TASK_PT_IAOQ1, offsetof(struct task_struct, thread.regs.iaoq[1]));
229 DEFINE(PT_IAOQ0, offsetof(struct pt_regs, iaoq[0]));
230 DEFINE(PT_IAOQ1, offsetof(struct pt_regs, iaoq[1]));
H A Dunaligned.c472 current->comm, current->pid, regs->ior, regs->iaoq[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dfault.c212 fix = search_exception_tables(regs->iaoq[0]);
218 d->fault_ip = regs->iaoq[0];
222 regs->iaoq[0] = ((fix->fixup) & ~3);
228 * increment iaoq[1], instead we set it to be
229 * iaoq[0]+4, and clear the B bit in the PSW
232 regs->iaoq[1] = regs->iaoq[0] + 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Ddriver.c122 si.si_addr = (void __user *) regs->iaoq[0];

Completed in 98 milliseconds