Searched refs:mathemu_copy_from_user (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/s390/math-emu/ |
D | math.c | 87 #define mathemu_copy_from_user(d, s, n)\ macro 1922 mathemu_copy_from_user(&temp, dxb, 8); in math_emu_ed() 1953 mathemu_copy_from_user(&temp, dxb, 8); in math_emu_ed() 1987 mathemu_copy_from_user(&temp, dxb, 8); in math_emu_ed() 2155 mathemu_copy_from_user(&fp_regs->fprs[(opc >> 20) & 0xf].d, dxb, 8); in math_emu_ld()
|