Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_logical_sp.c897 uint64_t resp_msg) in spmd_lsp_check_live_activation_response() argument
908 if (retval.arg2 != resp_msg) { in spmd_lsp_check_live_activation_response()
933 uint64_t resp_msg = 0U; in spmd_lsp_start_request_sp_live_activation() local
944 resp_msg = (FFA_FWK_MSG_BIT | LSP_FWK_MSG_START_LIVE_ACTIVATION_RESP); in spmd_lsp_start_request_sp_live_activation()
945 lfa_ret = spmd_lsp_check_live_activation_response(ffa_ret, resp_msg); in spmd_lsp_start_request_sp_live_activation()
958 uint64_t resp_msg = 0U; in spmd_lsp_finish_request_sp_live_activation() local
967 resp_msg = (FFA_FWK_MSG_BIT | LSP_FWK_MSG_FINISH_LIVE_ACTIVATION_RESP); in spmd_lsp_finish_request_sp_live_activation()
968 lfa_ret = spmd_lsp_check_live_activation_response(ffa_ret, resp_msg); in spmd_lsp_finish_request_sp_live_activation()