Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlinker.c55 struct src_obj { struct
173 struct src_obj *obj);
174 static int linker_sanity_check_elf(struct src_obj *obj);
177 static int linker_sanity_check_btf(struct src_obj *obj);
179 static int linker_fixup_btf(struct src_obj *obj);
494 struct src_obj obj = {}; in bpf_linker_add_file()
666 struct src_obj *obj) in linker_load_obj_file()
830 static int linker_sanity_check_elf(struct src_obj *obj) in linker_sanity_check_elf()
1087 static int linker_sanity_check_btf(struct src_obj *obj) in linker_sanity_check_btf()
1767 struct src_obj *obj, Elf64_Sym *sym, int btf_id) in glob_map_defs_match()
[all …]
/linux-6.15/drivers/gpu/drm/i915/
H A 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()