Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
Dopteed_common.c43 void opteed_init_optee_ep_state(struct entry_point_info *optee_entry_point, in opteed_init_optee_ep_state() argument
52 assert(optee_entry_point); in opteed_init_optee_ep_state()
66 SET_PARAM_HEAD(optee_entry_point, PARAM_EP, VERSION_1, ep_attr); in opteed_init_optee_ep_state()
67 optee_entry_point->pc = pc; in opteed_init_optee_ep_state()
69 optee_entry_point->spsr = SPSR_64(MODE_EL1, MODE_SP_ELX, in opteed_init_optee_ep_state()
72 optee_entry_point->spsr = SPSR_MODE32(MODE32_svc, SPSR_T_ARM, in opteed_init_optee_ep_state()
77 memset(&optee_entry_point->args, 0, sizeof(optee_entry_point->args)); in opteed_init_optee_ep_state()
78 optee_entry_point->args.arg0 = paged_part; in opteed_init_optee_ep_state()
79 optee_entry_point->args.arg1 = mem_limit; in opteed_init_optee_ep_state()
Dopteed_main.c311 entry_point_info_t *optee_entry_point; in opteed_init() local
318 optee_entry_point = bl31_plat_get_next_image_ep_info(SECURE); in opteed_init()
319 assert(optee_entry_point); in opteed_init()
321 cm_init_context(mpidr, optee_entry_point); in opteed_init()