Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/services/spd/trusty/
Dtrusty.c492 entry_point_info_t *ns_ep_info; in trusty_setup() local
495 ns_ep_info = bl31_plat_get_next_image_ep_info(NON_SECURE); in trusty_setup()
496 if (ns_ep_info == NULL) { in trusty_setup()
500 spsr = ns_ep_info->spsr; in trusty_setup()
509 if (spsr != ns_ep_info->spsr) { in trusty_setup()
511 ns_ep_info->spsr, spsr); in trusty_setup()
512 ns_ep_info->spsr = spsr; in trusty_setup()