Searched refs:fw_img (Results 1 – 1 of 1) sorted by relevance
| /optee_os/ta/remoteproc/src/ |
| H A D | remoteproc_core.c | 184 uint8_t *fw_img; member 534 ctx->fw_img = FW_IMG_PTR(fw_orig, hdr); in remoteproc_verify_firmware() 536 DMSG("Firmware images addr: %p size: %zu", ctx->fw_img, in remoteproc_verify_firmware() 586 uint8_t *fw_img, size_t fw_img_sz, in remoteproc_parse_rsc_table() argument 594 res = e32_parser_find_rsc_table(fw_img, fw_img_sz, &da, &size); in remoteproc_parse_rsc_table() 709 if (src < ctx->fw_img || in get_segment_hash() 710 src > (ctx->fw_img + ctx->fw_img_sz) || in get_segment_hash() 711 (src + peh->phdr.p_filesz) > (ctx->fw_img + ctx->fw_img_sz)) in get_segment_hash() 797 res = e32_parse_ehdr(ctx->fw_img, ctx->fw_img_sz); in remoteproc_load_elf() 843 res = e32_parser_load_elf_image(ctx->fw_img + offset, img_size, in remoteproc_load_elf() [all …]
|