Lines Matching refs:syncs
470 u32 __user *offsets, *syncs; in v3d_get_cpu_timestamp_query_params() local
493 syncs = u64_to_user_ptr(timestamp.syncs); in v3d_get_cpu_timestamp_query_params()
505 if (get_user(sync, syncs++)) { in v3d_get_cpu_timestamp_query_params()
531 u32 __user *syncs; in v3d_get_cpu_reset_timestamp_params() local
550 syncs = u64_to_user_ptr(reset.syncs); in v3d_get_cpu_reset_timestamp_params()
557 if (get_user(sync, syncs++)) { in v3d_get_cpu_reset_timestamp_params()
584 u32 __user *offsets, *syncs; in v3d_get_cpu_copy_query_results_params() local
607 syncs = u64_to_user_ptr(copy.syncs); in v3d_get_cpu_copy_query_results_params()
619 if (get_user(sync, syncs++)) { in v3d_get_cpu_copy_query_results_params()
650 u32 __user *syncs, in v3d_copy_query_info() argument
663 if (get_user(sync, syncs++)) { in v3d_copy_query_info()
734 u64_to_user_ptr(reset.syncs), in v3d_get_cpu_reset_performance_params()
774 u64_to_user_ptr(copy.syncs), in v3d_get_cpu_copy_performance_query_params()