Lines Matching refs:arg3
85 uint64_t arg3, in ffa_test_relay() argument
282 uint64_t arg3, in tsp_cpu_off_main() argument
320 uint64_t arg3, in tsp_cpu_suspend_main() argument
357 uint64_t arg3, in tsp_cpu_resume_main() argument
390 uint64_t arg3, in handle_framework_message() argument
404 if (arg3 == PSCI_CPU_OFF) { in handle_framework_message()
405 return tsp_cpu_off_main(arg0, arg1, arg2, arg3, in handle_framework_message()
407 } else if (arg3 == PSCI_CPU_SUSPEND_AARCH64) { in handle_framework_message()
408 return tsp_cpu_suspend_main(arg0, arg1, arg2, arg3, in handle_framework_message()
413 if (arg3 == FFA_WB_TYPE_NOTS2RAM) { in handle_framework_message()
414 return tsp_cpu_resume_main(arg0, arg1, arg2, arg3, in handle_framework_message()
430 uint64_t arg3, in handle_partition_message() argument
441 switch (arg3) { in handle_partition_message()
463 status = ffa_test_relay(arg0, arg1, arg2, arg3, arg4, in handle_partition_message()
473 INFO("TSP Tests: Unknown request ID %d--\n", (int) arg3); in handle_partition_message()
486 uint64_t arg3, in tsp_event_loop() argument
511 return handle_framework_message(smc_fid, arg1, arg2, arg3, in tsp_event_loop()
514 return handle_partition_message(smc_fid, arg1, arg2, arg3, in tsp_event_loop()