Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dmathemu.h22 extern int math_emu_stfpc(__u8 *, struct pt_regs *);
/linux-3.4.99/arch/s390/kernel/
Dtraps.c444 signal = math_emu_stfpc(opcode, regs); in illegal_op()
577 signal = math_emu_stfpc(opcode, regs); in data_exception()
/linux-3.4.99/arch/s390/math-emu/
Dmath.c2215 int math_emu_stfpc(__u8 *opcode, struct pt_regs *regs) { in math_emu_stfpc() function