Home
last modified time | relevance | path

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

/trusty/kernel/lib/arm_ffa/
Darm_ffa.c61 case SMC_FC_FFA_SUCCESS: in arm_ffa_call_id_get()
125 case SMC_FC_FFA_SUCCESS: in arm_ffa_call_features()
271 case SMC_FC_FFA_SUCCESS: in arm_ffa_call_mem_relinquish()
314 case SMC_FC_FFA_SUCCESS: in arm_ffa_call_rxtx_map()
345 case SMC_FC_FFA_SUCCESS: in arm_ffa_call_rx_release()
/trusty/user/base/interface/arm_ffa/include/interface/arm_ffa/
Darm_ffa.h408 #define SMC_FC_FFA_SUCCESS SMC_FASTCALL_NR_SHARED_MEMORY(0x61) macro