Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Ddsp.h32 mthi3(0); in __init_dsp()
66 mthi3(tsk->thread.dsp.dspr[4]); \
Dmipsregs.h1718 #define mthi3(x) \ macro
1816 #define mthi3(x) _umips_dsp_mthi(x, 3) macro
1899 #define mthi3(x) _dsp_mthi(x, 3) macro
/linux-4.4.14/arch/mips/kernel/
Dsignal32.c121 err |= __get_user(treg, &sc->sc_hi3); mthi3(treg); in restore_sigcontext32()
Dsignal.c508 err |= __get_user(treg, &sc->sc_hi3); mthi3(treg); in restore_sigcontext()