Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Ddsp.h45 tsk->thread.dsp.dspr[4] = mfhi3(); \
H A Dmipsregs.h2679 #define mfhi3() \ macro
2681 long mfhi3; \
2688 : "=r" (mfhi3)); \
2689 mfhi3; \
2877 #define mfhi3() _dsp_mfhi(3) macro
/linux/arch/mips/kernel/
H A Dsignal_o32.c73 err |= __put_user(mfhi3(), &sc->sc_hi3); in setup_sigcontext32()
H A Dsignal.c460 err |= __put_user(mfhi3(), &sc->sc_hi3); in setup_sigcontext()