Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Ddsp.h28 mthi1(0); in __init_dsp()
62 mthi1(tsk->thread.dsp.dspr[0]); \
Dmipsregs.h1655 #define mthi1(x) \ macro
1773 #define mthi1(x) _umips_dsp_mthi(x, 1) macro
1856 #define mthi1(x) _dsp_mthi(x, 1) macro
/linux-4.1.27/arch/mips/kernel/
Dsignal.c256 err |= __get_user(treg, &sc->sc_hi1); mthi1(treg); in restore_sigcontext()
Dsignal32.c229 err |= __get_user(treg, &sc->sc_hi1); mthi1(treg); in restore_sigcontext32()