Home
last modified time | relevance | path

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

/trusted-firmware-a/services/spd/trusty/
A Dtrusty.c494 entry_point_info_t *ns_ep_info; in trusty_setup() local
497 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