Lines Matching refs:arg5
74 uint64_t arg5, uint64_t arg6) in tsp_smc() argument
83 register uint64_t r6 __asm__("x6") = arg5; in tsp_smc()
109 uint64_t arg5, in set_smc_args() argument
127 write_sp_arg(pcpu_smc_args, TSP_ARG5, arg5); in set_smc_args()
287 uint64_t arg5, in tsp_cpu_off_main() argument
354 uint64_t arg5, in tsp_cpu_suspend_main() argument
396 uint64_t arg5, in tsp_cpu_resume_main() argument
434 uint64_t arg5, in tsp_system_off_main() argument
466 uint64_t arg5, in tsp_system_reset_main() argument
500 uint64_t arg5, in tsp_smc_handler() argument
584 uint64_t arg5, in tsp_abort_smc_handler() argument
626 uint64_t arg5, in handle_framework_message() argument
648 arg4, arg5, arg6, arg7); in handle_framework_message()
672 uint32_t arg5, in ffa_msg_send_direct_resp() argument
681 flags, arg3, arg4, arg5, arg6, arg7); in ffa_msg_send_direct_resp()
691 uint32_t arg5, in ffa_msg_send_direct_req() argument
702 flags, arg3, arg4, arg5, arg6, arg7); in ffa_msg_send_direct_req()
723 uint32_t arg4, uint32_t arg5, uint32_t arg6, uint32_t arg7) in ffa_direct_req_wrapper() argument
729 ret = ffa_msg_send_direct_req(sender, receiver, arg3, arg4, arg5, arg6, arg7); in ffa_direct_req_wrapper()
731 ret = ffa_msg_send_direct_req(sender, receiver, arg3, arg4, arg5, arg6, arg7); in ffa_direct_req_wrapper()
751 uint64_t arg5, in ffa_test_relay() argument
756 uint32_t receiver = arg5; in ffa_test_relay()
953 uint64_t arg5, in handle_partition_message() argument
973 status = ffa_test_relay(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in handle_partition_message()
996 uint64_t arg5, 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()