Home
last modified time | relevance | path

Searched refs:FFA_FWK_MSG_MASK (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_pm.c34 (pm_msg_type & FFA_FWK_MSG_MASK)); in spmc_build_pm_message()
188 ((resp & FFA_FWK_MSG_MASK) != FFA_PM_MSG_PM_RESP)) { in spmc_send_pm_msg()
H A Dspmc_main.c266 if (x2 & ~(FFA_FWK_MSG_MASK | FFA_FWK_MSG_BIT)) { in direct_msg_validate_arg2()
/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_ffa_main.c272 (FFA_PM_MSG_PM_RESP & FFA_FWK_MSG_MASK), in send_ffa_pm_success()
403 if ((arg2 & FFA_FWK_MSG_MASK) == FFA_FWK_MSG_PSCI) { in handle_framework_message()
412 } else if ((arg2 & FFA_FWK_MSG_MASK) == FFA_PM_MSG_WB_REQ) { in handle_framework_message()
/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_pm.c184 ((msg_flags & FFA_FWK_MSG_MASK) != FFA_PM_MSG_PM_RESP)) { in spmd_cpu_off_handler()
/rk3399_ARM-atf/include/services/
H A Dffa_svc.h61 #define FFA_FWK_MSG_MASK U(0xFF) macro