Lines Matching refs:iaoq
68 regs->iaoq[0] = ((u64)compat_regt << 32) | (u64)compat_reg;
69 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt);
76 regs->iaoq[1] = ((u64)compat_regt << 32) | (u64)compat_reg;
77 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt);
80 DBG(2,"restore_sigcontext32: iaoq is %#lx / %#lx\n",
81 regs->iaoq[0],regs->iaoq[1]);
134 /* regs->iaoq is undefined in the syscall return path */
142 DBG(2,"setup_sigcontext32: upper half iaoq[0] = %#x\n", compat_reg);
152 DBG(2,"setup_sigcontext32: upper half iaoq[1] = %#x\n", compat_reg);
166 DBG(1,"setup_sigcontext32: iaoq %#lx / %#lx\n",
171 compat_reg = (compat_uint_t)(regs->iaoq[0]);
176 compat_reg = (compat_uint_t)(regs->iaoq[0] >> 32);
178 DBG(2,"setup_sigcontext32: upper half iaoq[0] = %#x\n", compat_reg);
180 compat_reg = (compat_uint_t)(regs->iaoq[1]);
185 compat_reg = (compat_uint_t)(regs->iaoq[1] >> 32);
187 DBG(2,"setup_sigcontext32: upper half iaoq[1] = %#x\n", compat_reg);
211 regs->iaoq[0], regs->iaoq[1]);