Home
last modified time | relevance | path

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

/linux-6.14.4/arch/mips/include/asm/
Ddsp.h41 tsk->thread.dsp.dspr[0] = mfhi1(); \
Dmipsregs.h2651 #define mfhi1() \ macro
2653 long mfhi1; \
2660 : "=r" (mfhi1)); \
2661 mfhi1; \
2873 #define mfhi1() _dsp_mfhi(1) macro
/linux-6.14.4/arch/mips/kernel/
Dsignal_o32.c69 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext32()
Dsignal.c456 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext()