Home
last modified time | relevance | path

Searched refs:FFA_MSG_SEND_DIRECT_REQ (Results 1 – 6 of 6) 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.patch260 + /* FFA_PARTITION_INFO_GET / FFA_MSG_SEND_DIRECT_REQ */
268 + /* FFA_PARTITION_INFO_GET / FFA_MSG_SEND_DIRECT_REQ */
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch287 + - FFA_MSG_SEND_DIRECT_REQ
293 + - FFA_MSG_SEND_DIRECT_REQ
1302 + * FFA_MSG_SEND_DIRECT_REQ is used to send the data to the secure partition.
1329 + req_mode = FFA_SMC_64(FFA_MSG_SEND_DIRECT_REQ);
1332 + req_mode = FFA_SMC_32(FFA_MSG_SEND_DIRECT_REQ);
1709 + * Data structure containing the data to be sent by FFA_MSG_SEND_DIRECT_REQ
1727 + * @sync_send_receive: callback for the FFA_MSG_SEND_DIRECT_REQ
1780 + * FFA_MSG_SEND_DIRECT_REQ is used to send the data to the secure partition.
1992 + FFA_MSG_SEND_DIRECT_REQ = 0x6f,
H A D0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch1085 + case FFA_SMC_64(FFA_MSG_SEND_DIRECT_REQ):
/openbmc/linux/include/linux/
H A Darm_ffa.h37 #define FFA_MSG_SEND_DIRECT_REQ FFA_SMC_32(0x6F) macro
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c606 case FFA_MSG_SEND_DIRECT_REQ: in ffa_call_supported()
/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c287 req_id = FFA_MSG_SEND_DIRECT_REQ; in ffa_msg_send_direct_req()