Home
last modified time | relevance | path

Searched refs:reloc (Results 126 - 150 of 154) sorted by relevance

1234567

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dvmlinux.lds.S153 .data.reloc : {
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvmlinux.lds.S159 .data.reloc : {
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_cs.c127 /* The first reloc of an UVD job is the msg and that must be in in radeon_cs_parser_relocs()
128 * VRAM, the second reloc is the DPB and for WMV that must be in in radeon_cs_parser_relocs()
254 struct radeon_bo_list *reloc; in radeon_cs_sync_rings() local
257 list_for_each_entry(reloc, &p->validated, tv.head) { in radeon_cs_sync_rings()
260 resv = reloc->robj->tbo.base.resv; in radeon_cs_sync_rings()
262 reloc->tv.num_shared); in radeon_cs_sync_rings()
832 * radeon_cs_packet_next_reloc() - parse next (should be reloc) packet
837 * @reloc: reloc informations
875 /* FIXME: we assume reloc siz in radeon_cs_packet_next_reloc()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_cs.c127 /* The first reloc of an UVD job is the msg and that must be in in radeon_cs_parser_relocs()
128 * VRAM, the second reloc is the DPB and for WMV that must be in in radeon_cs_parser_relocs()
253 struct radeon_bo_list *reloc; in radeon_cs_sync_rings() local
256 list_for_each_entry(reloc, &p->validated, tv.head) { in radeon_cs_sync_rings()
259 resv = reloc->robj->tbo.base.resv; in radeon_cs_sync_rings()
261 reloc->tv.num_shared); in radeon_cs_sync_rings()
841 * radeon_cs_packet_next_reloc() - parse next (should be reloc) packet
843 * @cs_reloc: reloc informations
882 /* FIXME: we assume reloc size is 4 dwords */ in radeon_cs_packet_next_reloc()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c106 /* Equivalent to map_get_descriptor but it returns a reloc with the bo
143 struct v3dv_cl_reloc reloc = { in v3dv_descriptor_map_get_descriptor_bo() local
149 return reloc; in v3dv_descriptor_map_get_descriptor_bo()
216 struct v3dv_cl_reloc reloc = in v3dv_descriptor_map_get_sampler_state() local
225 reloc.offset += v3dv_X(device, combined_image_sampler_sampler_state_offset)(); in v3dv_descriptor_map_get_sampler_state()
227 return reloc; in v3dv_descriptor_map_get_sampler_state()
268 struct v3dv_cl_reloc reloc = in v3dv_descriptor_map_get_texture_shader_state() local
282 reloc.offset += v3dv_X(device, combined_image_sampler_texture_state_offset)(); in v3dv_descriptor_map_get_texture_shader_state()
284 return reloc; in v3dv_descriptor_map_get_texture_shader_state()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1379 unsigned reloc; in r600_emit_framebuffer_state() local
1387 reloc = radeon_add_to_buffer_list(&rctx->b, in r600_emit_framebuffer_state()
1395 radeon_emit(cs, reloc); in r600_emit_framebuffer_state()
1400 reloc = radeon_add_to_buffer_list(&rctx->b, in r600_emit_framebuffer_state()
1408 radeon_emit(cs, reloc); in r600_emit_framebuffer_state()
1413 reloc = radeon_add_to_buffer_list(&rctx->b, in r600_emit_framebuffer_state()
1421 radeon_emit(cs, reloc); in r600_emit_framebuffer_state()
1452 unsigned reloc = radeon_add_to_buffer_list(&rctx->b, in r600_emit_framebuffer_state() local
1468 radeon_emit(cs, reloc); in r600_emit_framebuffer_state()
1786 unsigned reloc; in r600_emit_sampler_views() local
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dmodule.c113 #define N(reloc) [R_IA64_##reloc] = #reloc
691 printk(KERN_ERR "%s: %s reloc against " in do_reloc()
734 printk(KERN_ERR "%s: special reloc %s not supported", in do_reloc()
737 printk(KERN_ERR "%s: unknown special reloc %x\n", in do_reloc()
749 printk(KERN_ERR "%s: %s reloc not supported\n", in do_reloc()
754 printk(KERN_ERR "%s: unknown reloc %x\n", mod->name, r_type); in do_reloc()
776 printk(KERN_ERR "%s: format %u needed by %s reloc is not supported\n", in do_reloc()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dmodule.c113 #define N(reloc) [R_IA64_##reloc] = #reloc
692 printk(KERN_ERR "%s: %s reloc against " in do_reloc()
735 printk(KERN_ERR "%s: special reloc %s not supported", in do_reloc()
738 printk(KERN_ERR "%s: unknown special reloc %x\n", in do_reloc()
750 printk(KERN_ERR "%s: %s reloc not supported\n", in do_reloc()
755 printk(KERN_ERR "%s: unknown reloc %x\n", mod->name, r_type); in do_reloc()
777 printk(KERN_ERR "%s: format %u needed by %s reloc is not supported\n", in do_reloc()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmap.c121 map->reloc = 0; in map__init()
490 return map->unmap_ip(map, rip) - map->reloc; in map__rip_2objdump()
520 return ip + map->reloc; in map__objdump_2mem()
H A Dmap.h29 u64 reloc; member
H A Dprobe-event.c129 bool reloc, bool reladdr) in kernel_get_symbol_address_by_name()
138 *addr = (!map->reloc || reloc) ? reloc_sym->addr : in kernel_get_symbol_address_by_name()
145 ((reloc) ? 0 : map->reloc) - in kernel_get_symbol_address_by_name()
394 address = map->unmap_ip(map, sym->start) - map->reloc; in find_alternative_probe_point()
854 (map->reloc ? reloc_sym->unrelocated_addr : in post_process_kernel_probe_trace_events()
128 kernel_get_symbol_address_by_name(const char *name, u64 *addr, bool reloc, bool reladdr) kernel_get_symbol_address_by_name() argument
H A Dsymbol-elf.c1161 map->reloc = kmap->ref_reloc_sym->addr - in dso__load_sym()
1172 map->reloc = map->start - dso->text_offset; in dso__load_sym()
/kernel/linux/linux-6.6/include/uapi/drm/
H A Dtegra_drm.h829 } reloc; member
/third_party/libdrm/freedreno/
H A Dfreedreno_priv.h141 const struct fd_reloc *reloc);
/third_party/libdrm/include/drm/
H A Dtegra_drm.h829 } reloc; member
/third_party/musl/porting/linux/user/
H A DMakefile110 obj/crt/rcrt1.o obj/ldso/dlstart.lo obj/ldso/dynlink.lo: $(srcdir)/src/internal/dynlink.h $(srcdir)/arch/$(ARCH)/reloc.h
/third_party/musl/scripts/linux/
H A DMakefile110 obj/crt/rcrt1.o obj/ldso/dlstart.lo obj/ldso/dynlink.lo: $(srcdir)/src/internal/dynlink.h $(srcdir)/arch/$(ARCH)/reloc.h
/third_party/musl/porting/liteos_a/user_debug/
H A DMakefile110 obj/crt/rcrt1.o obj/ldso/dlstart.lo obj/ldso/dynlink.lo: $(srcdir)/src/internal/dynlink.h $(srcdir)/arch/$(ARCH)/reloc.h
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h455 void VisitRuntimeEntry(Code host, RelocInfo* reloc) override;
/third_party/musl/
H A DMakefile110 obj/crt/rcrt1.o obj/ldso/dlstart.lo obj/ldso/dynlink.lo: $(srcdir)/src/internal/dynlink.h $(srcdir)/arch/$(ARCH)/reloc.h
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h913 // Structs from <mach-o/reloc.h>
940 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
1227 inline void swapStruct(any_relocation_info &reloc) { in swapStruct() argument
1228 sys::swapByteOrder(reloc.r_word0); in swapStruct()
1229 sys::swapByteOrder(reloc.r_word1); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h948 // Structs from <mach-o/reloc.h>
971 // Structs NOT from <mach-o/reloc.h>, but that make LLVM's life easier
1258 inline void swapStruct(any_relocation_info &reloc) { in swapStruct() argument
1259 sys::swapByteOrder(reloc.r_word0); in swapStruct()
1260 sys::swapByteOrder(reloc.r_word1); in swapStruct()
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S212 # because EFI applications must be relocatable. The .reloc
215 .ascii ".reloc"
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c4984 uint32_t reloc = RELOC_32BIT; in emit_surface_state() local
4989 reloc |= RELOC_WRITE; in emit_surface_state()
5031 res->bo, offset_B, reloc), in emit_surface_state()
5052 * an ordinary reloc to do the necessary address translation. in emit_surface_state()
5061 reloc); in emit_surface_state()
5067 reloc); in emit_surface_state()
5171 uint32_t reloc = RELOC_32BIT; in emit_ssbo_buffer() local
5174 reloc |= RELOC_WRITE; in emit_ssbo_buffer()
5181 reloc), in emit_ssbo_buffer()
5243 uint32_t reloc in emit_image_view() local
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_ca0132.c3065 * @reloc: Relocation address for loading single-segment overlays, or 0 for
3076 unsigned int reloc, in dspxfr_one_seg()
3125 if (reloc) in dspxfr_one_seg()
3126 chip_addx = (chip_addx & (0xFFFF0000 << 2)) + (reloc << 2); in dspxfr_one_seg()
3262 * @reloc: Relocation address for loading single-segment overlays, or 0 for
3272 unsigned int reloc, in dspxfr_image()
3354 status = dspxfr_one_seg(codec, fls_data, reloc, in dspxfr_image()
3411 * @reloc: Relocation address for loading single-segment overlays, or 0 for
3426 unsigned int reloc, in dspload_image()
3459 status = dspxfr_image(codec, fls, reloc, sample_rat in dspload_image()
3074 dspxfr_one_seg(struct hda_codec *codec, const struct dsp_image_seg *fls, unsigned int reloc, struct dma_engine *dma_engine, unsigned int dma_chan, unsigned int port_map_mask, bool ovly) dspxfr_one_seg() argument
3270 dspxfr_image(struct hda_codec *codec, const struct dsp_image_seg *fls_data, unsigned int reloc, unsigned int sample_rate, unsigned short channels, bool ovly) dspxfr_image() argument
3423 dspload_image(struct hda_codec *codec, const struct dsp_image_seg *fls, bool ovly, unsigned int reloc, bool autostart, int router_chans) dspload_image() argument
[all...]

Completed in 55 milliseconds

1234567