Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/i915/
H A Di915_gem_execbuffer.c220 struct reloc_cache { struct
233 } reloc_cache; member
443 if (!eb->reloc_cache.has_fence) { in eb_validate_vma()
447 eb->reloc_cache.needs_unfenced) && in eb_validate_vma()
510 static inline int use_cpu_reloc(const struct reloc_cache *cache, in use_cpu_reloc()
763 if (eb->reloc_cache.has_fence) in eb_lookup_vmas()
830 GEM_BUG_ON(eb->reloc_cache.rq); in eb_destroy()
843 static void reloc_cache_init(struct reloc_cache *cache, in reloc_cache_init()
871 static inline struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache) in cache_to_ggtt()
874 container_of(cache, struct i915_execbuffer, reloc_cache)->i915; in cache_to_ggtt()
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dcoffcode.h4961 arelent *reloc_cache; in coff_slurp_reloc_table() local
4977 reloc_cache = (arelent *) bfd_alloc2 (abfd, asect->reloc_count, in coff_slurp_reloc_table()
4980 if (reloc_cache == NULL || native_relocs == NULL) in coff_slurp_reloc_table()
4991 cache_ptr = reloc_cache + idx; in coff_slurp_reloc_table()
5055 asect->relocation = reloc_cache; in coff_slurp_reloc_table()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dcoffcode.h5250 arelent *reloc_cache; in coff_slurp_reloc_table() local
5267 reloc_cache = (arelent *) bfd_alloc (abfd, amt); in coff_slurp_reloc_table()
5269 if (reloc_cache == NULL || native_relocs == NULL) in coff_slurp_reloc_table()
5280 cache_ptr = reloc_cache + idx; in coff_slurp_reloc_table()
5342 asect->relocation = reloc_cache; in coff_slurp_reloc_table()