Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/
Ddsp.h33 mtlo3(0); in __init_dsp()
67 mtlo3(tsk->thread.dsp.dspr[5]); \
Dmipsregs.h1194 #define mtlo3(x) __asm__("mtlo %0, $ac3" ::"r" (x))
1414 #define mtlo3(x) \ macro
/linux-2.6.39/arch/mips/kernel/
Dsignal.c199 err |= __get_user(treg, &sc->sc_lo3); mtlo3(treg); in restore_sigcontext()
Dsignal32.c206 err |= __get_user(treg, &sc->sc_lo3); mtlo3(treg); in restore_sigcontext32()