Home
last modified time | relevance | path

Searched refs:FFA_FWK_MSG_BIT (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_pm.c33 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()
H A Dspmc_main.c264 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()
/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_pm.c183 } else if (((msg_flags & FFA_FWK_MSG_BIT) == 0U) || in spmd_cpu_off_handler()
H A Dspmd_logical_sp.c928 uint64_t msg_flags = FFA_FWK_MSG_BIT | in spmd_lsp_start_request_sp_live_activation()
944 resp_msg = (FFA_FWK_MSG_BIT | LSP_FWK_MSG_START_LIVE_ACTIVATION_RESP); in spmd_lsp_start_request_sp_live_activation()
953 uint64_t msg_flags = FFA_FWK_MSG_BIT | in spmd_lsp_finish_request_sp_live_activation()
967 resp_msg = (FFA_FWK_MSG_BIT | LSP_FWK_MSG_FINISH_LIVE_ACTIVATION_RESP); in spmd_lsp_finish_request_sp_live_activation()
H A Dspmd_main.c1103 (FFA_FWK_MSG_BIT | in spmd_smc_handler()
/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_ffa_main.c271 FFA_FWK_MSG_BIT | in send_ffa_pm_success()
511 if ((arg2 & FFA_FWK_MSG_BIT)) { in tsp_event_loop()
/rk3399_ARM-atf/include/services/
H A Dffa_svc.h61 #define FFA_FWK_MSG_BIT BIT_32(31) macro