Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/boot/tools/
Dbuild.c190 u32 reloc_offset = size - PECOFF_RELOC_RESERVE; in update_pecoff_setup_and_reloc() local
191 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()
/linux-4.4.14/arch/powerpc/include/asm/
Dsetup.h18 extern unsigned long reloc_offset(void);
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c801 int *reloc_offset; in i915_gem_execbuffer_relocate_slow() local
821 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()
Di915_gpu_error.c599 u64 reloc_offset; in i915_error_object_create() local
615 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()
/linux-4.4.14/include/uapi/drm/
Dmsm_drm.h127 __u64 reloc_offset; /* in, offset from start of reloc_bo */ member
/linux-4.4.14/arch/powerpc/kernel/
Dmisc.S29 _GLOBAL(reloc_offset)
Dsetup_32.c75 unsigned long offset = reloc_offset(); in early_init()
Dhead_32.S174 bl reloc_offset
178 bl reloc_offset
190 bl reloc_offset
1176 bl reloc_offset
Dprom_init.c2721 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()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dsleep.S274 bl reloc_offset
Dbootx_init.c472 unsigned long offset = reloc_offset(); in bootx_init()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_gem_submit.c290 iova += submit_reloc.reloc_offset; in submit_reloc()