Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-s390/
Dmathemu.h15 extern int math_emu_ldr(__u8 *);
/linux-2.4.37.9/arch/s390/kernel/
Dtraps.c486 signal = math_emu_ldr(opcode); in specification_exception()
555 signal = math_emu_ldr(opcode); in data_exception()
/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c2087 int math_emu_ldr(__u8 *opcode) { in math_emu_ldr() function