Searched defs:reloc_cache (Results 1 – 3 of 3) sorted by relevance
220 struct reloc_cache { struct221 struct drm_mm_node node; /** temporary GTT binding */222 unsigned long vaddr; /** Current kmap address */223 unsigned long page; /** Currently mapped page index */224 unsigned int gen; /** Cached value of INTEL_GEN */225 bool use_64bit_reloc : 1;226 bool has_llc : 1;227 bool has_fence : 1;228 bool needs_unfenced : 1;230 struct drm_i915_gem_request *rq;[all …]
4961 arelent *reloc_cache; in coff_slurp_reloc_table() local
5250 arelent *reloc_cache; in coff_slurp_reloc_table() local