Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Ddsp.h30 mthi2(0); in __init_dsp()
64 mthi2(tsk->thread.dsp.dspr[2]); \
Dmipsregs.h1666 #define mthi2(x) \ macro
1774 #define mthi2(x) _umips_dsp_mthi(x, 2) macro
1857 #define mthi2(x) _dsp_mthi(x, 2) macro
/linux-4.1.27/arch/mips/kernel/
Dsignal.c258 err |= __get_user(treg, &sc->sc_hi2); mthi2(treg); in restore_sigcontext()
Dsignal32.c231 err |= __get_user(treg, &sc->sc_hi2); mthi2(treg); in restore_sigcontext32()