Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Ddsp.h41 tsk->thread.dsp.dspr[0] = mfhi1(); \
H A Dmipsregs.h2491 #define mfhi1() \ macro
2493 long mfhi1; \
2500 : "=r" (mfhi1)); \
2501 mfhi1; \
2713 #define mfhi1() _dsp_mfhi(1) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1569 #define mfhi1() \ macro
1571 long mfhi1; \
1577 : "=r" (mfhi1)); \
1578 mfhi1; \
1769 #define mfhi1() _umips_dsp_mfhi(1) macro
1852 #define mfhi1() _dsp_mfhi(1) macro
/openbmc/linux/arch/mips/kernel/
H A Dsignal_o32.c68 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext32()
H A Dsignal.c455 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext()