sc_acx             22 arch/mips/include/asm/sigcontext.h 	__u32		sc_acx;		/* Only MIPS32; was sc_ownedfp */
sc_acx             40 arch/mips/include/uapi/asm/sigcontext.h 	unsigned int		sc_acx;		/* Was sc_ownedfp */
sc_acx            225 arch/mips/kernel/asm-offsets.c 	OFFSET(SC_ACX, sigcontext, sc_acx);
sc_acx            451 arch/mips/kernel/signal.c 	err |= __put_user(regs->acx, &sc->sc_acx);
sc_acx            528 arch/mips/kernel/signal.c 	err |= __get_user(regs->acx, &sc->sc_acx);