Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/hidp/
H A Dsock.c181 if (copy_from_user(&ca32, (void __user *) arg, sizeof(ca32))) 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()
189 ca.country = ca32.country; in hidp_sock_compat_ioctl()
191 ca.vendor = ca32.vendor; in hidp_sock_compat_ioctl()
192 ca.product = ca32.product; in hidp_sock_compat_ioctl()
193 ca.version = ca32.version; in hidp_sock_compat_ioctl()
194 ca.flags = ca32.flags; in hidp_sock_compat_ioctl()
195 ca.idle_to = ca32.idle_to; in hidp_sock_compat_ioctl()
196 ca32.name[sizeof(ca32.name) - 1] = '\0'; in hidp_sock_compat_ioctl()
[all …]
/openbmc/qemu/target/ppc/
H A Dcpu.c35 (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 Dint_helper.c248 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 Dtranslate.c142 offsetof(CPUPPCState, ca32), "CA32"); in ppc_translate_init()
1624 TCGv ca32, int sub) in gen_op_arith_compute_ca32() argument
1639 tcg_gen_extract_tl(ca32, t0, 32, 1); in gen_op_arith_compute_ca32()
1644 TCGv arg2, TCGv ca, TCGv ca32, in gen_op_arith_add() argument
1670 tcg_gen_mov_tl(ca32, ca); in gen_op_arith_add()
1680 gen_op_arith_compute_ca32(ctx, t0, arg1, arg2, ca32, 0); in gen_op_arith_add()
H A Dcpu.h1215 target_ulong ca32; member