Searched refs:elf_section (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| H A D | gh100.c | 246 elf_section(const void *elf, const char *name, unsigned int *len) in elf_section() function 280 hash = elf_section(fw, "hash", &hash_len); in gh100_gsp_oneinit() 281 sig = elf_section(fw, "signature", &sig_len); in gh100_gsp_oneinit() 282 pkey = elf_section(fw, "publickey", &pkey_len); in gh100_gsp_oneinit() 283 img = elf_section(fw, "image", &img_len); in gh100_gsp_oneinit()
|