Searched refs:query_item (Results 1 – 1 of 1) sorted by relevance
14 struct drm_i915_query_item *query_item) in query_topology_info() argument20 if (query_item->flags != 0) in query_topology_info()37 if (query_item->length == 0) in query_topology_info()40 if (query_item->length < total_length) in query_topology_info()43 if (copy_from_user(&topo, u64_to_user_ptr(query_item->data_ptr), in query_topology_info()50 if (!access_ok(VERIFY_WRITE, u64_to_user_ptr(query_item->data_ptr), in query_topology_info()65 if (__copy_to_user(u64_to_user_ptr(query_item->data_ptr), in query_topology_info()69 if (__copy_to_user(u64_to_user_ptr(query_item->data_ptr + sizeof(topo)), in query_topology_info()73 if (__copy_to_user(u64_to_user_ptr(query_item->data_ptr + in query_topology_info()78 if (__copy_to_user(u64_to_user_ptr(query_item->data_ptr + in query_topology_info()[all …]