Searched refs:FFA_FN_NATIVE (Results 1 – 2 of 2) sorted by relevance
198 .a0 = FFA_FN_NATIVE(RXTX_MAP), in ffa_rxtx_map()472 req_id = FFA_FN_NATIVE(MSG_SEND_DIRECT_REQ); in ffa_msg_send_direct_req()473 resp_id = FFA_FN_NATIVE(MSG_SEND_DIRECT_RESP); in ffa_msg_send_direct_req()649 if (func_id == FFA_FN_NATIVE(MEM_LEND) || in ffa_memory_attributes_get()1014 .a0 = FFA_FN_NATIVE(NOTIFICATION_INFO_GET), in ffa_notification_info_get()1017 if (ret.a0 != FFA_FN_NATIVE(SUCCESS) && ret.a0 != FFA_SUCCESS) { in ffa_notification_info_get()1025 is_native_resp = (ret.a0 == FFA_FN_NATIVE(SUCCESS)); in ffa_notification_info_get()1093 if (!ffa_features(FFA_FN_NATIVE(MEM_LEND), 0, NULL, NULL) || in ffa_drvinfo_flags_init()1094 !ffa_features(FFA_FN_NATIVE(MEM_SHARE), 0, NULL, NULL)) in ffa_drvinfo_flags_init()1158 return ffa_memory_ops(FFA_FN_NATIVE(MEM_SHARE), args); in ffa_memory_share()[all …]
88 #define FFA_FN_NATIVE(name) FFA_FN64_##name macro90 #define FFA_FN_NATIVE(name) FFA_##name macro