Home
last modified time | relevance | path

Searched refs:mfhi3 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1601 #define mfhi3() \ macro
1603 long mfhi3; \
1609 : "=r" (mfhi3)); \
1610 mfhi3; \
1779 #define mfhi3() _umips_dsp_mfhi(3) macro
1862 #define mfhi3() _dsp_mfhi(3) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Ddsp.h45 tsk->thread.dsp.dspr[4] = mfhi3(); \
H A Dmipsregs.h2499 #define mfhi3() \ macro
2501 long mfhi3; \
2508 : "=r" (mfhi3)); \
2509 mfhi3; \
2697 #define mfhi3() _dsp_mfhi(3) macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsignal_o32.c72 err |= __put_user(mfhi3(), &sc->sc_hi3); in setup_sigcontext32()
H A Dsignal.c460 err |= __put_user(mfhi3(), &sc->sc_hi3); in setup_sigcontext()