Searched refs:offset_in_bytes (Results 1 – 1 of 1) sorted by relevance
94 u32 offset_in_bytes = (u32)(heap_gpu_va - ctx_alloc->gpu_va); in evict_heap_context() local95 u32 offset_within_page = offset_in_bytes & ~PAGE_MASK; in evict_heap_context()96 u32 page_index = offset_in_bytes >> PAGE_SHIFT; in evict_heap_context()