Lines Matching refs:syncs
454 u32 __user *offsets, *syncs; in v3d_get_cpu_timestamp_query_params() local
485 syncs = u64_to_user_ptr(timestamp.syncs); in v3d_get_cpu_timestamp_query_params()
497 if (get_user(sync, syncs++)) { in v3d_get_cpu_timestamp_query_params()
523 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
615 syncs = u64_to_user_ptr(copy.syncs); in v3d_get_cpu_copy_query_results_params()
627 if (get_user(sync, syncs++)) { in v3d_get_cpu_copy_query_results_params()
658 u32 __user *syncs, in v3d_copy_query_info() argument
671 if (get_user(sync, syncs++)) { in v3d_copy_query_info()
751 u64_to_user_ptr(reset.syncs), in v3d_get_cpu_reset_performance_params()
800 u64_to_user_ptr(copy.syncs), in v3d_get_cpu_copy_performance_query_params()