Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Darm_ffa.h39 #define FFA_MSG_SEND_DIRECT_RESP FFA_SMC_32(0x70) macro
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch288 + - FFA_MSG_SEND_DIRECT_RESP
294 + - FFA_MSG_SEND_DIRECT_RESP
1304 + * FFA_MSG_SEND_DIRECT_RESP arguments.
1330 + resp_mode = FFA_SMC_64(FFA_MSG_SEND_DIRECT_RESP);
1333 + resp_mode = FFA_SMC_32(FFA_MSG_SEND_DIRECT_RESP);
1710 + * or read from FFA_MSG_SEND_DIRECT_RESP
1782 + * FFA_MSG_SEND_DIRECT_RESP arguments.
1993 + FFA_MSG_SEND_DIRECT_RESP = 0x70,
1997 + FFA_LAST_ID = FFA_MSG_SEND_DIRECT_RESP, /* Highest number ID */
H A D0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch873 + * supported. In case of success FFA_MSG_SEND_DIRECT_RESP is returned with
900 + res->a0 = FFA_SMC_64(FFA_MSG_SEND_DIRECT_RESP);
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c607 case FFA_MSG_SEND_DIRECT_RESP: in ffa_call_supported()
/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c288 resp_id = FFA_MSG_SEND_DIRECT_RESP; in ffa_msg_send_direct_req()