Lines Matching refs:arg1

72 			  uint64_t arg1, uint64_t arg2,  in tsp_smc()  argument
79 register uint64_t r2 __asm__("x2") = arg1; in tsp_smc()
105 uint64_t arg1, in set_smc_args() argument
123 write_sp_arg(pcpu_smc_args, TSP_ARG1, arg1); in set_smc_args()
283 uint64_t arg1, in tsp_cpu_off_main() argument
350 uint64_t arg1, in tsp_cpu_suspend_main() argument
392 uint64_t arg1, in tsp_cpu_resume_main() argument
430 uint64_t arg1, in tsp_system_off_main() argument
462 uint64_t arg1, in tsp_system_reset_main() argument
496 uint64_t arg1, in tsp_smc_handler() argument
526 results[0] = arg1; in tsp_smc_handler()
580 uint64_t arg1, in tsp_abort_smc_handler() argument
622 uint64_t arg1, in handle_framework_message() argument
635 if (FFA_SENDER(arg1) != spmc_id) in handle_framework_message()
647 return tsp_cpu_off_main(arg0, arg1, arg2, arg3, in handle_framework_message()
747 uint64_t arg1, in ffa_test_relay() argument
757 …ffa_forward_result = ffa_direct_req_wrapper(FFA_SENDER(arg1), receiver, FF_A_ECHO_MESSAGE, arg4, 0… in ffa_test_relay()
949 uint64_t arg1, in handle_partition_message() argument
957 uint16_t sender = FFA_SENDER(arg1); in handle_partition_message()
958 uint16_t receiver = FFA_RECEIVER(arg1); in handle_partition_message()
973 status = ffa_test_relay(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in handle_partition_message()
992 uint64_t arg1, in tsp_event_loop() argument
1020 return handle_framework_message(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in tsp_event_loop()
1022 return handle_partition_message(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in tsp_event_loop()