Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dmathemu.h15 extern int math_emu_ldr(__u8 *);
/linux-3.4.99/arch/s390/kernel/
Dtraps.c487 signal = math_emu_ldr(opcode); in specification_exception()
541 signal = math_emu_ldr(opcode); in data_exception()
/linux-3.4.99/arch/s390/math-emu/
Dmath.c2086 int math_emu_ldr(__u8 *opcode) { in math_emu_ldr() function