Home
last modified time | relevance | path

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

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