Home
last modified time | relevance | path

Searched defs:fpcsr (Results 1 – 4 of 4) sorted by relevance

/linux/arch/openrisc/include/uapi/asm/
H A Dsigcontext.h32 unsigned long fpcsr; member
H A Dptrace.h35 unsigned long fpcsr; member
/linux/arch/openrisc/kernel/
H A Dtraps.c186 unsigned long fpcsr; in do_fpe_trap() local
/linux/arch/mips/kernel/
H A Dsignal.c497 int fpcsr_pending(unsigned int __user *fpcsr) in fpcsr_pending()