Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtraps.h38 void math_emulate(struct math_emu_info *);
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dfpu_proto.h63 extern void math_emulate(struct math_emu_info *info);
H A Dfpu_entry.c101 void math_emulate(struct math_emu_info *info) in math_emulate() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtraps.c1144 math_emulate(&info); in DEFINE_IDTENTRY()