Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmath_emu.h11 struct math_emu_info { struct
H A Dtraps.h40 void math_emulate(struct math_emu_info *);
/linux/arch/x86/math-emu/
H A Dfpu_proto.h63 extern void math_emulate(struct math_emu_info *info);
64 extern void math_abort(struct math_emu_info *info, unsigned int signal);
/linux/arch/x86/include/asm/fpu/
H A Dtypes.h97 struct math_emu_info *info;
/linux/arch/x86/kernel/
H A Dtraps.c1555 struct math_emu_info info = { }; in DEFINE_IDTENTRY()