Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dmathemu.h23 extern int math_emu_srnm(__u8 *, struct pt_regs *);
/arch/s390/kernel/
Dtraps.c440 signal = math_emu_srnm(opcode, regs); in illegal_op()
574 signal = math_emu_srnm(opcode, regs); in data_exception()
/arch/s390/math-emu/
Dmath.c2227 int math_emu_srnm(__u8 *opcode, struct pt_regs *regs) { in math_emu_srnm() function