Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch263 + /* 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));
H A D0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch805 + * sandbox_ffa_rx_release() - Emulated FFA_RX_RELEASE handler
810 + * 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):
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch282 + - FFA_RX_RELEASE
518 + [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 function
927 + * Invoke FFA_RX_RELEASE FF-A function to release the ownership of the RX buffer
939 + .a0 = FFA_SMC_32(FFA_RX_RELEASE),
946 + ffa_print_error_log(FFA_RX_RELEASE, ffa_errno);
1986 + FFA_RX_RELEASE = 0x65,
/openbmc/linux/include/linux/
H A Darm_ffa.h26 #define FFA_RX_RELEASE FFA_SMC_32(0x65) macro
/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c146 .a0 = FFA_RX_RELEASE, in ffa_rx_release()