Searched refs:ca32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/bluetooth/hidp/ |
H A D | sock.c | 173 struct compat_hidp_connadd_req ca32; in hidp_sock_compat_ioctl() local 181 if (copy_from_user(&ca32, (void __user *) arg, sizeof(ca32))) in hidp_sock_compat_ioctl() 184 ca.ctrl_sock = ca32.ctrl_sock; in hidp_sock_compat_ioctl() 185 ca.intr_sock = ca32.intr_sock; in hidp_sock_compat_ioctl() 186 ca.parser = ca32.parser; in hidp_sock_compat_ioctl() 187 ca.rd_size = ca32.rd_size; in hidp_sock_compat_ioctl() 188 ca.rd_data = compat_ptr(ca32.rd_data); in hidp_sock_compat_ioctl() 189 ca.country = ca32.country; in hidp_sock_compat_ioctl() 190 ca.subclass = ca32.subclass; in hidp_sock_compat_ioctl() 191 ca.vendor = ca32.vendor; in hidp_sock_compat_ioctl() [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.c | 35 (env->ov32 << XER_OV32) | (env->ca32 << XER_CA32); in cpu_read_xer() 49 env->ca32 = (xer >> XER_CA32) & 1; in cpu_write_xer()
|
H A D | int_helper.c | 248 env->ca32 = env->ca = 0; in helper_sraw() 250 env->ca32 = env->ca = 1; in helper_sraw() 254 env->ca32 = env->ca = 0; in helper_sraw() 258 env->ca32 = env->ca = (ret != 0); in helper_sraw() 274 env->ca32 = env->ca = 0; in helper_srad() 276 env->ca32 = env->ca = 1; in helper_srad() 280 env->ca32 = env->ca = 0; in helper_srad() 284 env->ca32 = env->ca = (ret != 0); in helper_srad()
|
H A D | translate.c | 141 offsetof(CPUPPCState, ca32), "CA32"); in ppc_translate_init() 1670 TCGv ca32, int sub) in gen_op_arith_compute_ca32() argument 1685 tcg_gen_extract_tl(ca32, t0, 32, 1); in gen_op_arith_compute_ca32() 1690 TCGv arg2, TCGv ca, TCGv ca32, in gen_op_arith_add() argument 1716 tcg_gen_mov_tl(ca32, ca); in gen_op_arith_add() 1726 gen_op_arith_compute_ca32(ctx, t0, arg1, arg2, ca32, 0); in gen_op_arith_add()
|
H A D | cpu.h | 1234 target_ulong ca32; member
|