Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1577 #define mfhi1() \ macro
1579 long mfhi1; \
1585 : "=r" (mfhi1)); \
1586 mfhi1; \
1777 #define mfhi1() _umips_dsp_mfhi(1) macro
1860 #define mfhi1() _dsp_mfhi(1) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Ddsp.h41 tsk->thread.dsp.dspr[0] = mfhi1(); \
H A Dmipsregs.h2473 #define mfhi1() \ macro
2475 long mfhi1; \
2482 : "=r" (mfhi1)); \
2483 mfhi1; \
2695 #define mfhi1() _dsp_mfhi(1) macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsignal_o32.c68 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext32()
H A Dsignal.c456 err |= __put_user(mfhi1(), &sc->sc_hi1); in setup_sigcontext()