Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_gem.c327 int cacheline_end = roundup2(gpu_offset + 1, 64); in __copy_to_user_swizzled() local
328 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled()
353 int cacheline_end = roundup2(gpu_offset + 1, 64); in __copy_from_user_swizzled() local
354 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled()