Searched refs:sc_iasq (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/parisc/kernel/ |
| D | signal32.c | 110 err |= __get_user(compat_reg, &sc->sc_iasq[0]); in restore_sigcontext32() 116 err |= __get_user(compat_reg, &sc->sc_iasq[1]); in restore_sigcontext32() 183 err |= __put_user(compat_reg, &sc->sc_iasq[0]); in setup_sigcontext32() 184 err |= __put_user(compat_reg, &sc->sc_iasq[1]); in setup_sigcontext32() 218 err |= __put_user(compat_reg, &sc->sc_iasq[0]); in setup_sigcontext32() 220 &sc->sc_iasq[0], compat_reg); in setup_sigcontext32() 228 err |= __put_user(compat_reg, &sc->sc_iasq[1]); in setup_sigcontext32() 230 &sc->sc_iasq[1], compat_reg); in setup_sigcontext32()
|
| D | signal.c | 78 err |= __copy_from_user(regs->iasq, sc->sc_iasq, sizeof(regs->iasq)); in restore_sigcontext() 208 err |= __put_user(regs->sr[3], &sc->sc_iasq[0]); in setup_sigcontext() 209 err |= __put_user(regs->sr[3], &sc->sc_iasq[1]); in setup_sigcontext() 214 err |= __copy_to_user(sc->sc_iasq, regs->iasq, sizeof(regs->iasq)); in setup_sigcontext()
|
| /linux-4.4.14/arch/parisc/include/uapi/asm/ |
| D | sigcontext.h | 14 unsigned long sc_iasq[2]; member
|
| /linux-4.4.14/arch/parisc/include/asm/ |
| D | compat.h | 118 compat_int_t sc_iasq[2]; member
|