Home
last modified time | relevance | path

Searched refs:fex (Results 1 – 2 of 2) sorted by relevance

/arch/alpha/kernel/
Dosf_sys.c854 unsigned long exc, swcr, fpcr, fex; in SYSCALL_DEFINE5() local
873 fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr; in SYSCALL_DEFINE5()
874 if (fex) { in SYSCALL_DEFINE5()
878 if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()
879 if (fex & IEEE_TRAP_ENABLE_INE) si_code = FPE_FLTRES; in SYSCALL_DEFINE5()
880 if (fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()
881 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()
882 if (fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV; in SYSCALL_DEFINE5()
883 if (fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV; in SYSCALL_DEFINE5()
/arch/arm/boot/dts/
Dsun5i-a13-hsg-h702.dts70 * usb1 vbus, despite the fex file saying otherwise.