Searched refs:math_emu_info (Results 1 – 6 of 6) sorted by relevance
11 struct math_emu_info { struct
84 void math_emulate(struct math_emu_info *);
347 struct math_emu_info *info;
54 extern void math_emulate(struct math_emu_info *info);55 extern void math_abort(struct math_emu_info *info, unsigned int signal);
134 void math_emulate(struct math_emu_info *info) in math_emulate()662 void math_abort(struct math_emu_info *info, unsigned int signal) in math_abort()
782 struct math_emu_info info = { }; in do_device_not_available()