Searched refs:src_obj (Results 1 – 2 of 2) sorted by relevance
49 struct src_obj { struct162 struct src_obj *obj);163 static int linker_sanity_check_elf(struct src_obj *obj);164 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec);165 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec);166 static int linker_sanity_check_btf(struct src_obj *obj);167 static int linker_sanity_check_btf_ext(struct src_obj *obj);168 static int linker_fixup_btf(struct src_obj *obj);169 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj);170 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *obj);[all …]
1158 struct drm_i915_gem_object *src_obj, in copy_batch() argument1176 ret = i915_gem_object_prepare_read(src_obj, &src_needs_clflush); in copy_batch()1184 src = i915_gem_object_pin_map(src_obj, I915_MAP_WC); in copy_batch()1189 i915_gem_object_unpin_map(src_obj); in copy_batch()1214 src = kmap_atomic(i915_gem_object_get_page(src_obj, n)); in copy_batch()1226 i915_gem_object_finish_access(src_obj); in copy_batch()