Searched refs:reloc_offset (Results 1 – 12 of 12) sorted by relevance
190 u32 reloc_offset = size - PECOFF_RELOC_RESERVE; in update_pecoff_setup_and_reloc() local191 u32 setup_size = reloc_offset - setup_offset; in update_pecoff_setup_and_reloc()194 update_pecoff_section_header(".reloc", reloc_offset, PECOFF_RELOC_RESERVE); in update_pecoff_setup_and_reloc()200 put_unaligned_le32(reloc_offset + 10, &buf[reloc_offset]); in update_pecoff_setup_and_reloc()201 put_unaligned_le32(10, &buf[reloc_offset + 4]); in update_pecoff_setup_and_reloc()
18 extern unsigned long reloc_offset(void);
801 int *reloc_offset; in i915_gem_execbuffer_relocate_slow() local821 reloc_offset = drm_malloc_ab(count, sizeof(*reloc_offset)); in i915_gem_execbuffer_relocate_slow()823 if (reloc == NULL || reloc_offset == NULL) { in i915_gem_execbuffer_relocate_slow()825 drm_free_large(reloc_offset); in i915_gem_execbuffer_relocate_slow()864 reloc_offset[i] = total; in i915_gem_execbuffer_relocate_slow()888 reloc + reloc_offset[offset]); in i915_gem_execbuffer_relocate_slow()901 drm_free_large(reloc_offset); in i915_gem_execbuffer_relocate_slow()
599 u64 reloc_offset; in i915_error_object_create() local615 reloc_offset = dst->gtt_offset; in i915_error_object_create()620 reloc_offset + num_pages * PAGE_SIZE <= dev_priv->gtt.mappable_end); in i915_error_object_create()629 reloc_offset = i915_gem_obj_ggtt_offset(src); in i915_error_object_create()630 if (reloc_offset + num_pages * PAGE_SIZE > dev_priv->gtt.mappable_end) in i915_error_object_create()657 reloc_offset); in i915_error_object_create()677 reloc_offset += PAGE_SIZE; in i915_error_object_create()
127 __u64 reloc_offset; /* in, offset from start of reloc_bo */ member
29 _GLOBAL(reloc_offset)
75 unsigned long offset = reloc_offset(); in early_init()
174 bl reloc_offset178 bl reloc_offset190 bl reloc_offset1176 bl reloc_offset
2721 unsigned long offset = reloc_offset(); in reloc_toc()2732 unsigned long offset = reloc_offset(); in unreloc_toc()2756 unsigned long offset = reloc_offset(); in prom_init()
274 bl reloc_offset
472 unsigned long offset = reloc_offset(); in bootx_init()
290 iova += submit_reloc.reloc_offset; in submit_reloc()