Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c506 entry_point_info_t *ns_ep_info; in trusty_setup() local
509 ns_ep_info = bl31_plat_get_next_image_ep_info(NON_SECURE); in trusty_setup()
510 if (ns_ep_info == NULL) { in trusty_setup()
514 spsr = ns_ep_info->spsr; in trusty_setup()
523 if (spsr != ns_ep_info->spsr) { in trusty_setup()
525 ns_ep_info->spsr, spsr); in trusty_setup()
526 ns_ep_info->spsr = spsr; in trusty_setup()