Searched refs:ns_ep_info (Results 1 – 1 of 1) sorted by relevance
494 entry_point_info_t *ns_ep_info; in trusty_setup() local497 ns_ep_info = bl31_plat_get_next_image_ep_info(NON_SECURE); in trusty_setup()498 if (ns_ep_info == NULL) { in trusty_setup()502 spsr = ns_ep_info->spsr; in trusty_setup()511 if (spsr != ns_ep_info->spsr) { in trusty_setup()513 ns_ep_info->spsr, spsr); in trusty_setup()514 ns_ep_info->spsr = spsr; in trusty_setup()
Completed in 3 milliseconds