Home
last modified time | relevance | path

Searched refs:u64_to_ptr (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_context.h152 return u64_to_ptr(struct intel_ring, sz); in __intel_context_ring_size()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_utils.h225 #define u64_to_ptr(T, x) ({ \ macro
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c1532 u64_to_ptr(typeof(*relocs), entry->relocs_ptr); in eb_relocate_vma_slow()
1651 relocs = u64_to_ptr(typeof(*relocs), eb->exec[i].relocs_ptr); in eb_copy_relocations()
1775 relocs = u64_to_ptr(typeof(*relocs), entry->relocs_ptr); in eb_relocate_slow()