Searched refs:math_emu_info (Results 1 – 5 of 5) sorted by relevance
11 struct math_emu_info { struct
40 void math_emulate(struct math_emu_info *);
63 extern void math_emulate(struct math_emu_info *info);64 extern void math_abort(struct math_emu_info *info, unsigned int signal);
97 struct math_emu_info *info;
1555 struct math_emu_info info = { }; in DEFINE_IDTENTRY()