Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/optee/
Doptee_utils.c155 if (header->optee_image_list[num].image_id == in parse_optee_header()
158 &header->optee_image_list[num]); in parse_optee_header()
159 } else if (header->optee_image_list[num].image_id == in parse_optee_header()
162 if (header->optee_image_list[num].size != 0U) { in parse_optee_header()
170 &header->optee_image_list[num]); in parse_optee_header()
/trusted-firmware-a-latest/include/lib/
Doptee_utils.h53 optee_image_t optee_image_list[]; member
/trusted-firmware-a-latest/services/spd/opteed/
Dopteed_main.c359 curr_image = &image_header->optee_image_list[0]; in opteed_handle_smc_load()