Lines Matching refs:dxb

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
1968 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1969 mathemu_get_user(temp, dxb); in math_emu_ed()
1980 __u64 *dxb, temp; in math_emu_ed() local
1986 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1987 mathemu_copy_from_user(&temp, dxb, 8); in math_emu_ed()
1999 __u32 *dxb, temp; in math_emu_ed() local
2003 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2004 mathemu_get_user(temp, dxb); in math_emu_ed()
2015 __u32 *dxb, temp; in math_emu_ed() local
2021 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2022 mathemu_get_user(temp, dxb); in math_emu_ed()
2032 __u64 dxb; in math_emu_ed() local
2037 dxb = (__u64) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2041 (regs, opcode[1] >> 4, dxb); in math_emu_ed()
2045 __u64 dxb; in math_emu_ed() local
2050 dxb = (__u64) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2054 (regs, opcode[1] >> 4, dxb); in math_emu_ed()
2058 __u64 dxb; in math_emu_ed() local
2066 dxb = (__u64) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2070 (regs, opcode[1] >> 4, dxb); in math_emu_ed()
2152 __u64 *dxb; in math_emu_ld() local
2154 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ld()
2155 mathemu_copy_from_user(&fp_regs->fprs[(opc >> 20) & 0xf].d, dxb, 8); in math_emu_ld()
2165 __u32 *mem, *dxb; in math_emu_le() local
2167 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_le()
2169 mathemu_get_user(mem[0], dxb); in math_emu_le()
2179 __u64 *dxb; in math_emu_std() local
2181 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_std()
2182 mathemu_copy_to_user(dxb, &fp_regs->fprs[(opc >> 20) & 0xf].d, 8); in math_emu_std()
2192 __u32 *mem, *dxb; in math_emu_ste() local
2194 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ste()
2196 mathemu_put_user(mem[0], dxb); in math_emu_ste()
2205 __u32 *dxb, temp; in math_emu_lfpc() local
2207 dxb= (__u32 *) calc_addr(regs, 0, opc>>12, opc); in math_emu_lfpc()
2208 mathemu_get_user(temp, dxb); in math_emu_lfpc()
2220 __u32 *dxb; in math_emu_stfpc() local
2222 dxb= (__u32 *) calc_addr(regs, 0, opc>>12, opc); in math_emu_stfpc()
2223 mathemu_put_user(current->thread.fp_regs.fpc, dxb); in math_emu_stfpc()