Lines Matching refs:arg3
86 uint64_t arg3, in ffa_test_relay() argument
283 uint64_t arg3, in tsp_cpu_off_main() argument
321 uint64_t arg3, in tsp_cpu_suspend_main() argument
358 uint64_t arg3, in tsp_cpu_resume_main() argument
391 uint64_t arg3, in handle_framework_message() argument
405 if (arg3 == PSCI_CPU_OFF) { in handle_framework_message()
406 return tsp_cpu_off_main(arg0, arg1, arg2, arg3, in handle_framework_message()
408 } else if (arg3 == PSCI_CPU_SUSPEND_AARCH64) { in handle_framework_message()
409 return tsp_cpu_suspend_main(arg0, arg1, arg2, arg3, in handle_framework_message()
414 if (arg3 == FFA_WB_TYPE_NOTS2RAM) { in handle_framework_message()
415 return tsp_cpu_resume_main(arg0, arg1, arg2, arg3, in handle_framework_message()
431 uint64_t arg3, in handle_partition_message() argument
442 switch (arg3) { in handle_partition_message()
464 status = ffa_test_relay(arg0, arg1, arg2, arg3, arg4, in handle_partition_message()
474 INFO("TSP Tests: Unknown request ID %d--\n", (int) arg3); in handle_partition_message()
487 uint64_t arg3, in tsp_event_loop() argument
512 return handle_framework_message(smc_fid, arg1, arg2, arg3, in tsp_event_loop()
515 return handle_partition_message(smc_fid, arg1, arg2, arg3, in tsp_event_loop()