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);166 static int linker_sanity_check_btf(struct src_obj *obj);168 static int linker_fixup_btf(struct src_obj *obj);443 struct src_obj obj = {}; in bpf_linker__add_file()540 struct src_obj *obj) in linker_load_obj_file()700 static int linker_sanity_check_elf(struct src_obj *obj) in linker_sanity_check_elf()938 static int linker_sanity_check_btf(struct src_obj *obj) in linker_sanity_check_btf()1570 struct src_obj *obj, Elf64_Sym *sym, int btf_id) in glob_map_defs_match()[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()
Completed in 16 milliseconds