Lines Matching refs:args
31 register_t *args = ¤t->vcpu_regs_gpr.x[0]; in smccc_handle_hypercall_wrapper() local
38 handled = smccc_handle_smc_platform_call(args, is_hvc); in smccc_handle_hypercall_wrapper()
45 smccc_hypercall_table_wrapper(hyp_num, args); in smccc_handle_hypercall_wrapper()
47 args[0] = (register_t)SMCCC_UNKNOWN_FUNCTION64; in smccc_handle_hypercall_wrapper()
58 args[0] = SMCCC_GUNYAH_UID0; in smccc_handle_hypercall_wrapper()
59 args[1] = SMCCC_GUNYAH_UID1; in smccc_handle_hypercall_wrapper()
60 args[2] = SMCCC_GUNYAH_UID2; in smccc_handle_hypercall_wrapper()
61 args[3] = SMCCC_GUNYAH_UID3; in smccc_handle_hypercall_wrapper()
64 args[0] = (register_t)hyp_api_info_raw( in smccc_handle_hypercall_wrapper()
70 args[0] = (register_t)SMCCC_UNKNOWN_FUNCTION64; in smccc_handle_hypercall_wrapper()
74 args[0] = (register_t)SMCCC_UNKNOWN_FUNCTION64; in smccc_handle_hypercall_wrapper()
79 args[0] = (register_t)SMCCC_UNKNOWN_FUNCTION64; in smccc_handle_hypercall_wrapper()