Lines Matching refs:syncs
453 u32 __user *offsets, *syncs; in v3d_get_cpu_timestamp_query_params() local
484 syncs = u64_to_user_ptr(timestamp.syncs); in v3d_get_cpu_timestamp_query_params()
496 if (get_user(sync, syncs++)) { in v3d_get_cpu_timestamp_query_params()
522 u32 __user *syncs; in v3d_get_cpu_reset_timestamp_params() local
549 syncs = u64_to_user_ptr(reset.syncs); in v3d_get_cpu_reset_timestamp_params()
556 if (get_user(sync, syncs++)) { in v3d_get_cpu_reset_timestamp_params()
583 u32 __user *offsets, *syncs; in v3d_get_cpu_copy_query_results_params() local
614 syncs = u64_to_user_ptr(copy.syncs); in v3d_get_cpu_copy_query_results_params()
626 if (get_user(sync, syncs++)) { in v3d_get_cpu_copy_query_results_params()
657 u32 __user *syncs, in v3d_copy_query_info() argument
670 if (get_user(sync, syncs++)) { in v3d_copy_query_info()
750 u64_to_user_ptr(reset.syncs), in v3d_get_cpu_reset_performance_params()
799 u64_to_user_ptr(copy.syncs), in v3d_get_cpu_copy_performance_query_params()