Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/include/asm/
H A Ddsp.h45 tsk->thread.dsp.dspr[4] = mfhi3(); \
H A Dmipsregs.h2677 #define mfhi3() \ macro
2679 long mfhi3; \
2686 : "=r" (mfhi3)); \
2687 mfhi3; \
2875 #define mfhi3() _dsp_mfhi(3) macro
/linux-6.15/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()