Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/include/asm/
Ddsp.h43 tsk->thread.dsp.dspr[2] = mfhi2(); \
Dmipsregs.h2504 #define mfhi2() \ macro
2506 long mfhi2; \
2513 : "=r" (mfhi2)); \
2514 mfhi2; \
2714 #define mfhi2() _dsp_mfhi(2) macro
/linux-6.6.21/arch/mips/kernel/
Dsignal_o32.c70 err |= __put_user(mfhi2(), &sc->sc_hi2); in setup_sigcontext32()
Dsignal.c457 err |= __put_user(mfhi2(), &sc->sc_hi2); in setup_sigcontext()