Searched refs:syncs_user (Results 1 – 3 of 3) sorted by relevance
110 struct drm_xe_sync __user *syncs_user = u64_to_user_ptr(args->syncs); in xe_exec_ioctl() local163 &syncs_user[num_syncs], SYNC_PARSE_FLAG_EXEC | in xe_exec_ioctl()
97 struct drm_xe_sync __user *syncs_user; member1262 param->syncs_user = u64_to_user_ptr(value); in xe_oa_set_prop_syncs_user()1396 if (param->num_syncs && !param->syncs_user) { in xe_oa_parse_syncs()1412 ¶m->syncs_user[num_syncs], 0); in xe_oa_parse_syncs()
3523 struct drm_xe_sync __user *syncs_user; in xe_vm_bind_ioctl() local3633 syncs_user = u64_to_user_ptr(args->syncs); in xe_vm_bind_ioctl()3636 &syncs_user[num_syncs], in xe_vm_bind_ioctl()
Completed in 15 milliseconds