Home
last modified time | relevance | path

Searched refs:math_emu_info (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dmath_emu.h10 struct math_emu_info { struct
Dtraps.h108 void math_emulate(struct math_emu_info *);
/linux-4.4.14/arch/x86/math-emu/
Dfpu_proto.h62 extern void math_emulate(struct math_emu_info *info);
63 extern void math_abort(struct math_emu_info *info, unsigned int signal);
Dfpu_entry.c100 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()
/linux-4.4.14/arch/x86/include/asm/fpu/
Dtypes.h91 struct math_emu_info *info;
/linux-4.4.14/arch/x86/kernel/
Dtraps.c757 struct math_emu_info info = { }; in do_device_not_available()