Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dmathemu.h16 extern int math_emu_ler(__u8 *);
/linux-2.6.39/arch/s390/kernel/
Dtraps.c510 signal = math_emu_ler(opcode); in specification_exception()
573 signal = math_emu_ler(opcode); in data_exception()
/linux-2.6.39/arch/s390/math-emu/
Dmath.c2116 int math_emu_ler(__u8 *opcode) { in math_emu_ler() function