Home
last modified time | relevance | path

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

/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.patch627 + int ffa_errno;
634 + ffa_errno = res.a0;
678 + int ffa_errno;
692 + ffa_errno = res.a2;
746 + int ffa_errno;
756 + ffa_errno = res.a2;
854 + int ffa_errno;
900 + int ffa_errno;
936 + int ffa_errno;
1097 + int ffa_errno;
[all …]
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c71 static void ffa_to_smccc_error(struct arm_smccc_res *res, u64 ffa_errno) in ffa_to_smccc_error() argument
75 .a2 = ffa_errno, in ffa_to_smccc_error()