Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Ddsp.h33 mtlo3(0); in __init_dsp()
67 mtlo3(tsk->thread.dsp.dspr[5]); \
Dmipsregs.h1674 #define mtlo3(x) \ macro
1811 #define mtlo3(x) _umips_dsp_mtlo(x, 3) macro
1894 #define mtlo3(x) _dsp_mtlo(x, 3) macro
/linux-4.4.14/arch/mips/kernel/
Dsignal32.c122 err |= __get_user(treg, &sc->sc_lo3); mtlo3(treg); in restore_sigcontext32()
Dsignal.c509 err |= __get_user(treg, &sc->sc_lo3); mtlo3(treg); in restore_sigcontext()