Lines Matching refs:___res
507 struct arm_smccc_res *___res = res; \
512 struct arm_smccc_res *___res = res; \
519 struct arm_smccc_res *___res = res; \
528 struct arm_smccc_res *___res = res; \
572 if (___res) \
573 *___res = (typeof(*___res)){r0, r1, r2, r3}; \
621 if (___res) \
622 ___res->a0 = SMCCC_RET_NOT_SUPPORTED; \
659 #define __fail_smccc_1_2(___res) \ argument
661 if (___res) \
662 ___res->a0 = SMCCC_RET_NOT_SUPPORTED; \