Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Ddsp.h31 mtlo2(0); in __init_dsp()
65 mtlo2(tsk->thread.dsp.dspr[3]); \
Dmipsregs.h1622 #define mtlo2(x) \ macro
1769 #define mtlo2(x) _umips_dsp_mtlo(x, 2) macro
1852 #define mtlo2(x) _dsp_mtlo(x, 2) macro
/linux-4.1.27/arch/mips/kernel/
Dsignal.c259 err |= __get_user(treg, &sc->sc_lo2); mtlo2(treg); in restore_sigcontext()
Dsignal32.c232 err |= __get_user(treg, &sc->sc_lo2); mtlo2(treg); in restore_sigcontext32()