Lines Matching refs:reloc_offset
93 uint32_t reloc_val, reloc_offset;
177 reloc_offset = reloc->offset & (PAGE_SIZE-1);
178 reloc_entry = (uint32_t *)(uintptr_t)(obj->page_list[reloc_base/PAGE_SIZE] + reloc_offset);
506 int *reloc_offset;
524 reloc_offset = drm_calloc(count, sizeof(*reloc_offset), DRM_MEM_DRIVER);
526 if (reloc == NULL || reloc_offset == NULL) {
528 drm_free(reloc_offset, count * sizeof(*reloc_offset), DRM_MEM_DRIVER);
546 reloc_offset[i] = total;
583 reloc + reloc_offset[offset]);
596 drm_free(reloc_offset, count * sizeof(*reloc_offset), DRM_MEM_DRIVER);