Lines Matching full:hvc
153 * struct arm_smccc_res - Result from SMC/HVC call
194 * __arm_smccc_hvc() - make HVC calls
199 * This function is used to make HVC calls following SMC Calling
201 * to 7 prior to the HVC instruction. The return values are updated with
202 * the content from register 0 to 3 on return from the HVC instruction. An
222 #define SMCCC_HVC_INST "hvc #0"
339 * arm_smccc_1_1_hvc() - make an SMCCC v1.1 compliant HVC call
347 * This macro is used to make HVC calls following SMC Calling Convention v1.1.
349 * to the HVC instruction. The return values are updated with the content
350 * from register 0 to 3 on return from the HVC instruction if not NULL.
376 * This macro will make either an HVC call or an SMC call depending on the