Home
last modified time | relevance | path

Searched refs:sc_fpscr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Dsigcontext.h20 unsigned int sc_fpscr; member
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dsigcontext.h20 unsigned int sc_fpscr; member
/openbmc/qemu/linux-user/sh4/
H A Dsignal.c46 unsigned int sc_fpscr; member
140 __put_user(regs->fpscr, &sc->sc_fpscr); in setup_sigcontext()
168 __get_user(regs->fpscr, &sc->sc_fpscr); in restore_sigcontext()