Home
last modified time | relevance | path

Searched refs:FFA_OK (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c66 return FFA_OK; in ffa_get_dst()
125 return FFA_OK; in add_mem_region_to_sp()
136 int res = FFA_OK; in spmc_sp_handle_mem_share()
171 int res = FFA_OK; in spmc_sp_add_sp_region()
228 return FFA_OK; in spmc_sp_add_sp_region()
244 int res = FFA_OK; in spmc_sp_add_nw_region()
278 return FFA_OK; in spmc_sp_add_nw_region()
424 return FFA_OK; in spmc_sp_add_share()
624 int ret = FFA_OK; in ffa_mem_retrieve()
887 TEE_Result res = FFA_OK; in ffa_handle_sp_direct_req()
[all …]
H A Dthread_spmc.c221 return FFA_OK; in get_ffa_ret_code()
866 w3 = FFA_OK; in handle_framework_direct_request()
882 w3 = FFA_OK; in handle_framework_direct_request()
1536 rc = FFA_OK; in handle_mem_reclaim()
1543 rc = FFA_OK; in handle_mem_reclaim()
1590 ret_val = FFA_OK; in handle_notification_bitmap_create()
1628 ret_val = FFA_OK; in handle_notification_bitmap_destroy()
1674 ret_val = FFA_OK; in handle_notification_bind()
1715 ret_val = FFA_OK; in handle_notification_unbind()
2744 return FFA_OK; in set_pages()
[all...]
H A Dstmm_sp.c768 return FFA_OK; in tee2ffa_ret_val()
/optee_os/core/arch/arm/include/
H A Dffa.h17 #define FFA_OK 0 macro