Searched refs:iasq (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dptrace.h22 unsigned long iasq[2]; member in struct:pt_regs
49 #define user_space(regs) (((regs)->iasq[1] != 0) ? 1 : 0)
H A Dprocessor.h139 .iasq = { 0, }, \
180 regs->iasq[0] = spaceid; \
181 regs->iasq[1] = spaceid; \
283 regs->iasq[0] = spaceid; \
284 regs->iasq[1] = spaceid; \
H A Delf.h275 memcpy(dst + 42, pt->iasq, 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]);
365 regs->iasq[0] = pim_wide->cr[17];
366 regs->iasq[1] = pim_wide->iasq_back;
389 regs->iasq[0] = pim_narrow->cr[17];
390 regs->iasq[1] = pim_narrow->iasq_back;
500 ((unsigned long)regs->iasq[0] != (unsigned long)regs->sr[7])) {
504 regs->iasq[0] = regs->iasq[0] = regs->sr[7];
547 fault_space = regs->iasq[
[all...]
H A Dbinfmt_elf32.c22 dst[42] = (elf_greg_t) pt->iasq[0]; dst[43] = (elf_greg_t) pt->iasq[1]; \
H A Dsignal32.c235 /* Load the upper half for iasq */
237 regs->iasq[0] = ((u64)compat_regt << 32) | (u64)compat_reg;
238 DBG(2,"restore_sigcontext32: upper half of iasq[0] = %#lx\n", compat_regt);
241 /* Load the upper half for iasq */
243 regs->iasq[1] = ((u64)compat_regt << 32) | (u64)compat_reg;
244 DBG(2,"restore_sigcontext32: upper half of iasq[1] = %#lx\n", compat_regt);
245 DBG(2,"restore_sigcontext32: iasq is %#lx / %#lx\n",
246 regs->iasq[0],regs->iasq[1]);
315 DBG(2,"setup_sigcontext32: upper half iasq[
[all...]
H A Dsignal.c89 err |= __copy_from_user(regs->iasq, sc->sc_iasq, sizeof(regs->iasq));
228 err |= __copy_to_user(sc->sc_iasq, regs->iasq, sizeof(regs->iasq));
H A Dptrace.c300 task_regs(child)->iasq[0] = task_regs(child)->iasq[1];
H A Dasm-offsets.c139 DEFINE(TASK_PT_IASQ0, offsetof(struct task_struct, thread.regs.iasq[0]));
140 DEFINE(TASK_PT_IASQ1, offsetof(struct task_struct, thread.regs.iasq[1]));
227 DEFINE(PT_IASQ0, offsetof(struct pt_regs, iasq[0]));
228 DEFINE(PT_IASQ1, offsetof(struct pt_regs, iasq[1]));

Completed in 64 milliseconds