Home
last modified time | relevance | path

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

/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c185 size_t fw_img_sz; member
533 ctx->fw_img_sz = hdr->img_len; in remoteproc_verify_firmware()
537 ctx->fw_img_sz); 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()
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()
934 ctx->fw_img_sz = 0; in remoteproc_load_fw()