tee_ta_complete_user_ta_session()
- Call
ldelf_load_ldelf()
to loadldelf
program to the memory for this User TA. ldelf
is responsible for loading the user TA ELF image residing in REE to the memory.- If
ldelf_load_ldelf()
returnsTEE_SUCCESS
, callldelf_init_with_ldelf()
ldelf_load_ldelf()
loads user TA ELF and fill in user TA ELF’s information tostruct user_mode_ctx
.
tee_ta_complete_user_ta_session()c
Loading...