Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_common.c43 void tspd_init_tsp_ep_state(struct entry_point_info *tsp_entry_point, in tspd_init_tsp_ep_state() argument
52 assert(tsp_entry_point); in tspd_init_tsp_ep_state()
73 SET_PARAM_HEAD(tsp_entry_point, PARAM_EP, VERSION_1, ep_attr); in tspd_init_tsp_ep_state()
75 tsp_entry_point->pc = pc; in tspd_init_tsp_ep_state()
76 tsp_entry_point->spsr = SPSR_64(MODE_EL1, in tspd_init_tsp_ep_state()
79 memset(&tsp_entry_point->args, 0, sizeof(tsp_entry_point->args)); in tspd_init_tsp_ep_state()
Dtspd_main.c262 entry_point_info_t *tsp_entry_point; in tspd_init() local
269 tsp_entry_point = bl31_plat_get_next_image_ep_info(SECURE); in tspd_init()
270 assert(tsp_entry_point); in tspd_init()
272 cm_init_context(mpidr, tsp_entry_point); in tspd_init()