tag | line | file | source code |
---|---|---|---|
__math_abort | 54 | drivers/FPU-emu/fpu_proto.h | extern void __math_abort(struct info *info, unsigned int signal); |
__math_abort | 53 | include/linux/math_emu.h | void __math_abort(struct info *, unsigned int); |
__math_abort | 56 | include/linux/math_emu.h | (((volatile void (*)(struct info *,unsigned int)) __math_abort)((x),(y))) |