Searched refs:math_emu_info (Results 1 – 6 of 6) sorted by relevance
10 struct math_emu_info { struct
108 void math_emulate(struct math_emu_info *);
62 extern void math_emulate(struct math_emu_info *info);63 extern void math_abort(struct math_emu_info *info, unsigned int signal);
100 void math_emulate(struct math_emu_info *info) in math_emulate()624 void math_abort(struct math_emu_info *info, unsigned int signal) in math_abort()
91 struct math_emu_info *info;
757 struct math_emu_info info = { }; in do_device_not_available()