Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Ddsp.h43 tsk->thread.dsp.dspr[2] = mfhi2(); \
H A Dmipsregs.h2507 #define mfhi2() \ macro
2509 long mfhi2; \
2516 : "=r" (mfhi2)); \
2517 mfhi2; \
2717 #define mfhi2() _dsp_mfhi(2) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1581 #define mfhi2() \ macro
1583 long mfhi2; \
1589 : "=r" (mfhi2)); \
1590 mfhi2; \
1770 #define mfhi2() _umips_dsp_mfhi(2) macro
1853 #define mfhi2() _dsp_mfhi(2) macro
/openbmc/linux/arch/mips/kernel/
H A Dsignal_o32.c70 err |= __put_user(mfhi2(), &sc->sc_hi2); in setup_sigcontext32()
H A Dsignal.c457 err |= __put_user(mfhi2(), &sc->sc_hi2); in setup_sigcontext()