Searched refs:dxb (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/s390/math-emu/ |
D | math.c | 1916 __u64 *dxb, temp; in math_emu_ed() local 1921 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed() 1922 mathemu_copy_from_user(&temp, dxb, 8); in math_emu_ed() 1931 __u32 *dxb, temp; in math_emu_ed() local 1936 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed() 1937 mathemu_get_user(temp, dxb); in math_emu_ed() 1946 __u64 *dxb, temp; in math_emu_ed() local 1952 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed() 1953 mathemu_copy_from_user(&temp, dxb, 8); in math_emu_ed() 1962 __u32 *dxb, temp; in math_emu_ed() local [all …]
|