Lines Matching full:hvc
251 * struct arm_smccc_res - Result from SMC/HVC call
263 * struct arm_smccc_1_2_regs - Arguments for or Results from SMC/HVC call
288 * arm_smccc_1_2_hvc() - make HVC calls
292 * This function is used to make HVC calls following SMC Calling Convention
294 * structure to registers prior to the HVC instruction. The return values
295 * are updated with the content from registers on return from the HVC
366 * __arm_smccc_hvc() - make HVC calls
371 * This function is used to make HVC calls following SMC Calling
373 * to 7 prior to the HVC instruction. The return values are updated with
374 * the content from register 0 to 3 on return from the HVC instruction. An
394 #define SMCCC_HVC_INST "hvc #0"
516 * arm_smccc_1_1_hvc() - make an SMCCC v1.1 compliant HVC call
524 * This macro is used to make HVC calls following SMC Calling Convention v1.1.
526 * to the HVC instruction. The return values are updated with the content
527 * from register 0 to 3 on return from the HVC instruction if not NULL.
557 * This macro will make either an HVC call or an SMC call depending on the