Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Ddsp.h41 tsk->thread.dsp.dspr[0] = mfhi1(); \
Dmipsregs.h2503 #define mfhi1() \ macro
2505 long mfhi1; \
2512 : "=r" (mfhi1)); \
2513 mfhi1; \
2725 #define mfhi1() _dsp_mfhi(1) macro
/linux-6.1.9/arch/mips/kernel/
Dsignal_o32.c68 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext32()
Dsignal.c455 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext()