Searched refs:FFA_FWK_MSG_MASK (Results 1 – 4 of 4) sorted by relevance
34 (pm_msg_type & FFA_FWK_MSG_MASK)); in spmc_build_pm_message()171 ((resp & FFA_FWK_MSG_MASK) != FFA_PM_MSG_PM_RESP)) { in spmc_send_pm_msg()
247 if (x2 & ~(FFA_FWK_MSG_MASK | FFA_FWK_MSG_BIT)) { in direct_msg_validate_arg2()
270 (FFA_PM_MSG_PM_RESP & FFA_FWK_MSG_MASK), in send_ffa_pm_success()401 if ((arg2 & FFA_FWK_MSG_MASK) == FFA_FWK_MSG_PSCI) { in handle_framework_message()410 } else if ((arg2 & FFA_FWK_MSG_MASK) == FFA_PM_MSG_WB_REQ) { in handle_framework_message()
61 #define FFA_FWK_MSG_MASK 0xFF macro
Completed in 8 milliseconds