2 * In-kernel FPU support functions
4 * Copyright IBM Corp. 2015
5 * Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
8 #ifndef _ASM_S390_FPU_API_H
9 #define _ASM_S390_FPU_API_H
11 void save_fpu_regs(void);
13 static inline int test_fp_ctl(u32 fpc
)
25 : "=d" (rc
), "=d" (orig_fpc
)
26 : "d" (fpc
), "0" (-EINVAL
));
30 #endif /* _ASM_S390_FPU_API_H */