Lines Matching defs:optee_entry_point
22 void opteed_init_optee_ep_state(struct entry_point_info *optee_entry_point,
31 assert(optee_entry_point);
45 SET_PARAM_HEAD(optee_entry_point, PARAM_EP, VERSION_1, ep_attr);
46 optee_entry_point->pc = pc;
48 optee_entry_point->spsr = SPSR_64(MODE_EL1, MODE_SP_ELX,
51 optee_entry_point->spsr = SPSR_MODE32(MODE32_svc, SPSR_T_ARM,
56 zeromem(&optee_entry_point->args, sizeof(optee_entry_point->args));
57 optee_entry_point->args.arg0 = pageable_part;
58 optee_entry_point->args.arg1 = mem_limit;
59 optee_entry_point->args.arg2 = dt_addr;