Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dtraps.h40 void math_emulate(struct math_emu_info *);
/linux-6.1.9/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-6.1.9/arch/x86/kernel/
Dtraps.c1335 math_emulate(&info); in DEFINE_IDTENTRY()