Home
last modified time | relevance | path

Searched refs:src_obj (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/lib/bpf/
Dlinker.c55 struct src_obj { struct
173 struct src_obj *obj);
174 static int linker_sanity_check_elf(struct src_obj *obj);
175 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec);
176 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec);
177 static int linker_sanity_check_btf(struct src_obj *obj);
178 static int linker_sanity_check_btf_ext(struct src_obj *obj);
179 static int linker_fixup_btf(struct src_obj *obj);
180 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj);
181 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *obj);
[all …]
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_cmd_parser.c1158 struct drm_i915_gem_object *src_obj, in copy_batch() argument
1176 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_local_page(i915_gem_object_get_page(src_obj, n)); in copy_batch()
1226 i915_gem_object_finish_access(src_obj); in copy_batch()