Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
A Dgh100.c196 elf_validate_sections(const void *elf, size_t length) in elf_validate_sections() argument
198 const struct elf32_hdr *ehdr = elf; in elf_validate_sections()
199 const struct elf32_shdr *shdr = elf + ehdr->e_shoff; in elf_validate_sections()
229 u32 crc32 = crc32_le(~0, elf + shdr[i].sh_offset, shdr[i].sh_size) ^ ~0; in elf_validate_sections()
246 elf_section(const void *elf, const char *name, unsigned int *len) in elf_section() argument
248 const struct elf32_hdr *ehdr = elf; in elf_section()
249 const struct elf32_shdr *shdr = elf + ehdr->e_shoff; in elf_section()
250 const char *names = elf + shdr[ehdr->e_shstrndx].sh_offset; in elf_section()
255 return elf + shdr[i].sh_offset; in elf_section()
A Dtu102.c216 meta->sizeOfRadix3Elf = gsp->fb.wpr2.elf.size; in tu102_gsp_wpr_meta_init()
233 meta->gspFwOffset = gsp->fb.wpr2.elf.addr; in tu102_gsp_wpr_meta_init()
316 gsp->fb.wpr2.elf.size = gsp->fw.len; in tu102_gsp_oneinit()
317 gsp->fb.wpr2.elf.addr = ALIGN_DOWN(gsp->fb.wpr2.boot.addr - gsp->fb.wpr2.elf.size, 0x10000); in tu102_gsp_oneinit()
321 gsp->fb.wpr2.heap.addr = ALIGN_DOWN(gsp->fb.wpr2.elf.addr - gsp->fb.wpr2.heap.size, 0x100000); in tu102_gsp_oneinit()
322 gsp->fb.wpr2.heap.size = ALIGN_DOWN(gsp->fb.wpr2.elf.addr - gsp->fb.wpr2.heap.addr, 0x100000); in tu102_gsp_oneinit()
/drivers/firmware/efi/libstub/
A DMakefile.zboot53 LDFLAGS_vmlinuz.efi.elf := -T $(srctree)/drivers/firmware/efi/libstub/zboot.lds
54 $(obj)/vmlinuz.efi.elf: $(obj)/vmlinuz.o $(ZBOOT_DEPS) FORCE
58 $(obj)/vmlinuz.efi: $(obj)/vmlinuz.efi.elf FORCE
61 targets += zboot-header.o vmlinux.bin vmlinuz vmlinuz.o vmlinuz.efi.elf vmlinuz.efi
/drivers/gpu/drm/nouveau/include/nvkm/subdev/
A Dgsp.h95 } frts, boot, elf, heap; member

Completed in 9 milliseconds