Searched refs:FFA_FWK_MSG_MASK (Results 1 – 5 of 5) sorted by relevance
34 (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()
266 if (x2 & ~(FFA_FWK_MSG_MASK | FFA_FWK_MSG_BIT)) { in direct_msg_validate_arg2()
272 (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()
184 ((msg_flags & FFA_FWK_MSG_MASK) != FFA_PM_MSG_PM_RESP)) { in spmd_cpu_off_handler()
61 #define FFA_FWK_MSG_MASK U(0xFF) macro