Searched refs:FFA_FWK_MSG_BIT (Results 1 – 6 of 6) sorted by relevance
33 write_ctx_reg(gpregs, CTX_GPREG_X2, FFA_FWK_MSG_BIT | in spmc_build_pm_message()187 if ((resp & FFA_FWK_MSG_BIT) == 0U || in spmc_send_pm_msg()
264 if (x2 & FFA_FWK_MSG_BIT) { in direct_msg_validate_arg2()266 if (x2 & ~(FFA_FWK_MSG_MASK | FFA_FWK_MSG_BIT)) { in direct_msg_validate_arg2()
183 } else if (((msg_flags & FFA_FWK_MSG_BIT) == 0U) || in spmd_cpu_off_handler()
1079 (FFA_FWK_MSG_BIT | in spmd_smc_handler()
271 FFA_FWK_MSG_BIT | in send_ffa_pm_success()511 if ((arg2 & FFA_FWK_MSG_BIT)) { in tsp_event_loop()
60 #define FFA_FWK_MSG_BIT BIT_32(31) macro