Home
last modified time | relevance | path

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

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