Lines Matching refs:args
93 struct smc_args args, ret_args; in trusty_context_switch() local
99 args.r7 = 0; in trusty_context_switch()
104 args.r7 = SMC_GET_GP(ctx_smc, CTX_GPREG_X7); in trusty_context_switch()
107 args.r6 = 0; in trusty_context_switch()
108 args.r5 = 0; in trusty_context_switch()
109 args.r4 = 0; in trusty_context_switch()
110 args.r3 = r3; in trusty_context_switch()
111 args.r2 = r2; in trusty_context_switch()
112 args.r1 = r1; in trusty_context_switch()
113 args.r0 = r0; in trusty_context_switch()
126 ret_args = trusty_context_switch_helper(&ctx->saved_sp, &args); in trusty_context_switch()
412 void plat_trusty_set_boot_args(aapcs64_params_t *args);
420 void plat_trusty_set_boot_args(aapcs64_params_t *args) in plat_trusty_set_boot_args() argument
422 args->arg0 = TSP_SEC_MEM_SIZE; in plat_trusty_set_boot_args()
474 (void)memset(&ep_info->args, 0, sizeof(ep_info->args)); in trusty_setup()
475 plat_trusty_set_boot_args(&ep_info->args); in trusty_setup()