Home
last modified time | relevance | path

Searched refs:math_emulate (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dtraps.h107 void math_emulate(struct math_emu_info *);
/arch/x86/math-emu/
Dfpu_proto.h54 extern void math_emulate(struct math_emu_info *info);
Dfpu_entry.c135 void math_emulate(struct math_emu_info *info) in math_emulate() function
/arch/x86/kernel/
Dtraps.c738 math_emulate(&info); in do_device_not_available()