Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dtraps.h109 void math_emulate(struct math_emu_info *);
/Linux-v5.4/arch/x86/math-emu/
Dfpu_proto.h63 extern void math_emulate(struct math_emu_info *info);
Dfpu_entry.c101 void math_emulate(struct math_emu_info *info) in math_emulate() function
/Linux-v5.4/arch/x86/kernel/
Dtraps.c891 math_emulate(&info); in do_device_not_available()