math_emu_info      95 arch/x86/include/asm/fpu/types.h 	struct math_emu_info	*info;
math_emu_info     109 arch/x86/include/asm/traps.h void math_emulate(struct math_emu_info *);
math_emu_info     886 arch/x86/kernel/traps.c 		struct math_emu_info info = { };
math_emu_info     101 arch/x86/math-emu/fpu_entry.c void math_emulate(struct math_emu_info *info)
math_emu_info     621 arch/x86/math-emu/fpu_entry.c void math_abort(struct math_emu_info *info, unsigned int signal)
math_emu_info      63 arch/x86/math-emu/fpu_proto.h extern void math_emulate(struct math_emu_info *info);
math_emu_info      64 arch/x86/math-emu/fpu_proto.h extern void math_abort(struct math_emu_info *info, unsigned int signal);