Searched refs:FFA_RX_RELEASE (Results 1 – 5 of 5) sorted by relevance
263 + /* Test FFA_RX_RELEASE */265 + sandbox_query_ffa_emul_state(FFA_RX_RELEASE, &func_data);271 + /* Test FFA_RX_RELEASE */273 + ut_assertok(sandbox_query_ffa_emul_state(FFA_RX_RELEASE, &func_data));
805 + * sandbox_ffa_rx_release() - Emulated FFA_RX_RELEASE handler810 + * Emulate FFA_RX_RELEASE FF-A function.924 + * ABIs: FFA_RXTX_MAP, FFA_RXTX_UNMAP, FFA_RX_RELEASE.946 + case FFA_RX_RELEASE:1036 + case FFA_RX_RELEASE:1097 + case FFA_SMC_32(FFA_RX_RELEASE):
282 + - FFA_RX_RELEASE518 + [FFA_ID_TO_ERRMAP_ID(FFA_RX_RELEASE)] = {521 + "NOT_SUPPORTED: FFA_RX_RELEASE is not implemented at this FF-A instance",924 + * ffa_release_rx_buffer_hdlr() - FFA_RX_RELEASE handler function927 + * Invoke FFA_RX_RELEASE FF-A function to release the ownership of the RX buffer939 + .a0 = FFA_SMC_32(FFA_RX_RELEASE),946 + ffa_print_error_log(FFA_RX_RELEASE, ffa_errno);1986 + FFA_RX_RELEASE = 0x65,
26 #define FFA_RX_RELEASE FFA_SMC_32(0x65) macro
146 .a0 = FFA_RX_RELEASE, in ffa_rx_release()