Searched refs:optee_entry_point (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/services/spd/opteed/ |
| H A D | opteed_common.c | 22 void opteed_init_optee_ep_state(struct entry_point_info *optee_entry_point, in opteed_init_optee_ep_state() argument 31 assert(optee_entry_point); in opteed_init_optee_ep_state() 45 SET_PARAM_HEAD(optee_entry_point, PARAM_EP, VERSION_1, ep_attr); in opteed_init_optee_ep_state() 46 optee_entry_point->pc = pc; in opteed_init_optee_ep_state() 48 optee_entry_point->spsr = SPSR_64(MODE_EL1, MODE_SP_ELX, in opteed_init_optee_ep_state() 51 optee_entry_point->spsr = SPSR_MODE32(MODE32_svc, SPSR_T_ARM, in opteed_init_optee_ep_state() 56 zeromem(&optee_entry_point->args, sizeof(optee_entry_point->args)); in opteed_init_optee_ep_state() 57 optee_entry_point->args.arg0 = arg0; in opteed_init_optee_ep_state() 58 optee_entry_point->args.arg1 = arg1; in opteed_init_optee_ep_state() 59 optee_entry_point->args.arg2 = arg2; in opteed_init_optee_ep_state() [all …]
|
| H A D | opteed_main.c | 260 opteed_init_with_entry_point(entry_point_info_t *optee_entry_point) in opteed_init_with_entry_point() argument 265 assert(optee_entry_point); in opteed_init_with_entry_point() 267 cm_init_my_context(optee_entry_point); in opteed_init_with_entry_point() 282 entry_point_info_t *optee_entry_point; in opteed_init() local 287 optee_entry_point = bl31_plat_get_next_image_ep_info(SECURE); in opteed_init() 288 return opteed_init_with_entry_point(optee_entry_point); in opteed_init()
|
| H A D | opteed_private.h | 150 void opteed_init_optee_ep_state(struct entry_point_info *optee_entry_point,
|