Home
last modified time | relevance | path

Searched refs:mfhi2 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/include/asm/
H A Ddsp.h43 tsk->thread.dsp.dspr[2] = mfhi2(); \
H A Dmipsregs.h2664 #define mfhi2() \ macro
2666 long mfhi2; \
2673 : "=r" (mfhi2)); \
2674 mfhi2; \
2874 #define mfhi2() _dsp_mfhi(2) macro
/linux/arch/mips/kernel/
H A Dsignal_o32.c71 err |= __put_user(mfhi2(), &sc->sc_hi2); in setup_sigcontext32()
H A Dsignal.c458 err |= __put_user(mfhi2(), &sc->sc_hi2); in setup_sigcontext()