Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/math-emu/
Dmath.c1915 __u64 *dxb, temp; in math_emu_ed() local
1920 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1921 mathemu_copy_from_user(&temp, dxb, 8); in math_emu_ed()
1930 __u32 *dxb, temp; in math_emu_ed() local
1935 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1936 mathemu_get_user(temp, dxb); in math_emu_ed()
1945 __u64 *dxb, temp; in math_emu_ed() local
1951 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1952 mathemu_copy_from_user(&temp, dxb, 8); in math_emu_ed()
1961 __u32 *dxb, temp; in math_emu_ed() local
[all …]