Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Ddsp.h41 tsk->thread.dsp.dspr[0] = mfhi1(); \
H A Dmipsregs.h2653 #define mfhi1() \ macro
2655 long mfhi1; \
2662 : "=r" (mfhi1)); \
2663 mfhi1; \
2875 #define mfhi1() _dsp_mfhi(1) macro
/linux/arch/mips/kernel/
H A Dsignal_o32.c69 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext32()
H A Dsignal.c456 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext()