Searched refs:arg32 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 6132 static inline void get_f32_o1_i3(const OpcodeArg *arg, OpcodeArg *arg32, in get_f32_o1_i3() argument 6138 arg32[o0].out = tcg_temp_new_i32(); in get_f32_o1_i3() 6141 arg32[i0].in = tcg_temp_new_i32(); in get_f32_o1_i3() 6142 tcg_gen_extrl_i64_i32(arg32[i0].in, arg[i0].in); in get_f32_o1_i3() 6145 arg32[i1].in = tcg_temp_new_i32(); in get_f32_o1_i3() 6146 tcg_gen_extrl_i64_i32(arg32[i1].in, arg[i1].in); in get_f32_o1_i3() 6149 arg32[i2].in = tcg_temp_new_i32(); in get_f32_o1_i3() 6150 tcg_gen_extrl_i64_i32(arg32[i2].in, arg[i2].in); in get_f32_o1_i3() 6154 arg32[o0].out = arg[o0].out; in get_f32_o1_i3() 6157 arg32[i0].in = arg[i0].in; in get_f32_o1_i3() [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_ioctl32.c | 35 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument 41 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1() 49 compat_xfs_growfs_data_t __user *arg32) in xfs_compat_growfs_data_copyin() argument 51 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_data_copyin() 52 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin() 60 compat_xfs_growfs_rt_t __user *arg32) in xfs_compat_growfs_rt_copyin() argument 62 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_rt_copyin() 63 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin() 313 compat_xfs_fsop_handlereq_t __user *arg32) in xfs_compat_handlereq_copyin() argument 317 if (copy_from_user(&hreq32, arg32, sizeof(compat_xfs_fsop_handlereq_t))) in xfs_compat_handlereq_copyin()
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | 6273 IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_passthru() local 6282 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru() 6284 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_passthru() 6294 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_passthru() 6295 sizeof(arg32->error_info))) in hpsa_ioctl32_passthru() 6304 BIG_IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_big_passthru() local 6312 if (copy_from_user(&arg64, arg32, in hpsa_ioctl32_big_passthru() 6315 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_big_passthru() 6325 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_big_passthru() 6326 sizeof(arg32->error_info))) in hpsa_ioctl32_big_passthru()
|