Home
last modified time | relevance | path

Searched refs:SPMD_DIRECT_MSG_ENDPOINT_ID (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc.h25 #define FFA_SWD_ID_LIMIT SPMD_DIRECT_MSG_ENDPOINT_ID - 1
H A Dspmc_main.c178 if (partition_id == SPMD_DIRECT_MSG_ENDPOINT_ID) { in is_ffa_secure_id_valid()
/rk3399_ARM-atf/include/services/
H A Del3_spmd_logical_sp.h70 #define SPMD_LP_ID_END (SPMD_DIRECT_MSG_ENDPOINT_ID - 1)
H A Dffa_svc.h249 #define SPMD_DIRECT_MSG_ENDPOINT_ID U(FFA_ENDPOINT_ID_MAX - 1) macro
/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_main.c114 (SPMD_DIRECT_MSG_ENDPOINT_ID << FFA_DIRECT_MSG_SOURCE_SHIFT) | in spmd_build_spmc_message()
865 return ((ffa_endpoint_destination(ep) == SPMD_DIRECT_MSG_ENDPOINT_ID) in spmd_is_spmc_message()
1199 FFA_TARGET_INFO_MBZ, SPMD_DIRECT_MSG_ENDPOINT_ID, in spmd_smc_handler()
H A Dspmd_logical_sp.c657 if (ffa_endpoint_destination(x1) == SPMD_DIRECT_MSG_ENDPOINT_ID) { in spmd_el3_ffa_msg_direct_req()