Home
last modified time | relevance | path

Searched refs:math_emu_ld (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/s390/include/asm/
Dmathemu.h18 extern int math_emu_ld(__u8 *, struct pt_regs *);
/linux-2.6.39/arch/s390/kernel/
Dtraps.c518 signal = math_emu_ld(opcode, regs); in specification_exception()
581 signal = math_emu_ld(opcode, regs); in data_exception()
/linux-2.6.39/arch/s390/math-emu/
Dmath.c2146 int math_emu_ld(__u8 *opcode, struct pt_regs * regs) { in math_emu_ld() function