Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Ddsp.h45 tsk->thread.dsp.dspr[4] = mfhi3(); \
H A Dmipsregs.h2517 #define mfhi3() \ macro
2519 long mfhi3; \
2526 : "=r" (mfhi3)); \
2527 mfhi3; \
2715 #define mfhi3() _dsp_mfhi(3) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1593 #define mfhi3() \ macro
1595 long mfhi3; \
1601 : "=r" (mfhi3)); \
1602 mfhi3; \
1771 #define mfhi3() _umips_dsp_mfhi(3) macro
1854 #define mfhi3() _dsp_mfhi(3) macro
/openbmc/linux/arch/mips/kernel/
H A Dsignal_o32.c72 err |= __put_user(mfhi3(), &sc->sc_hi3); in setup_sigcontext32()
H A Dsignal.c459 err |= __put_user(mfhi3(), &sc->sc_hi3); in setup_sigcontext()