Lines Matching refs:dxb

1915                 __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
1967 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1968 mathemu_get_user(temp, dxb); in math_emu_ed()
1979 __u64 *dxb, temp; in math_emu_ed() local
1985 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
1986 mathemu_copy_from_user(&temp, dxb, 8); in math_emu_ed()
1998 __u32 *dxb, temp; in math_emu_ed() local
2002 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2003 mathemu_get_user(temp, dxb); in math_emu_ed()
2014 __u32 *dxb, temp; in math_emu_ed() local
2020 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2021 mathemu_get_user(temp, dxb); in math_emu_ed()
2031 __u64 dxb; in math_emu_ed() local
2036 dxb = (__u64) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2040 (regs, opcode[1] >> 4, dxb); in math_emu_ed()
2044 __u64 dxb; in math_emu_ed() local
2049 dxb = (__u64) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2053 (regs, opcode[1] >> 4, dxb); in math_emu_ed()
2057 __u64 dxb; in math_emu_ed() local
2065 dxb = (__u64) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ed()
2069 (regs, opcode[1] >> 4, dxb); in math_emu_ed()
2149 __u64 *dxb; in math_emu_ld() local
2151 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ld()
2152 mathemu_copy_from_user(&fp_regs->fprs[(opc >> 20) & 0xf].d, dxb, 8); in math_emu_ld()
2162 __u32 *mem, *dxb; in math_emu_le() local
2164 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_le()
2166 mathemu_get_user(mem[0], dxb); in math_emu_le()
2176 __u64 *dxb; in math_emu_std() local
2178 dxb = (__u64 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_std()
2179 mathemu_copy_to_user(dxb, &fp_regs->fprs[(opc >> 20) & 0xf].d, 8); in math_emu_std()
2189 __u32 *mem, *dxb; in math_emu_ste() local
2191 dxb = (__u32 *) calc_addr(regs, opc >> 16, opc >> 12, opc); in math_emu_ste()
2193 mathemu_put_user(mem[0], dxb); in math_emu_ste()
2202 __u32 *dxb, temp; in math_emu_lfpc() local
2204 dxb= (__u32 *) calc_addr(regs, 0, opc>>12, opc); in math_emu_lfpc()
2205 mathemu_get_user(temp, dxb); in math_emu_lfpc()
2217 __u32 *dxb; in math_emu_stfpc() local
2219 dxb= (__u32 *) calc_addr(regs, 0, opc>>12, opc); in math_emu_stfpc()
2220 mathemu_put_user(current->thread.fp_regs.fpc, dxb); in math_emu_stfpc()