Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/optee/
H A 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()
/rk3399_ARM-atf/include/lib/
H A Doptee_utils.h53 optee_image_t optee_image_list[]; member
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_main.c516 curr_image = &image_header->optee_image_list[0]; in opteed_handle_smc_load()