Lines Matching refs:arg2
84 uint64_t arg2, in ffa_test_relay() argument
281 uint64_t arg2, in tsp_cpu_off_main() argument
319 uint64_t arg2, in tsp_cpu_suspend_main() argument
356 uint64_t arg2, in tsp_cpu_resume_main() argument
389 uint64_t arg2, in handle_framework_message() argument
402 if ((arg2 & FFA_FWK_MSG_MASK) == FFA_FWK_MSG_PSCI) { in handle_framework_message()
405 return tsp_cpu_off_main(arg0, arg1, arg2, arg3, in handle_framework_message()
408 return tsp_cpu_suspend_main(arg0, arg1, arg2, arg3, in handle_framework_message()
411 } else if ((arg2 & FFA_FWK_MSG_MASK) == FFA_PM_MSG_WB_REQ) { in handle_framework_message()
414 return tsp_cpu_resume_main(arg0, arg1, arg2, arg3, in handle_framework_message()
429 uint64_t arg2, in handle_partition_message() argument
463 status = ffa_test_relay(arg0, arg1, arg2, arg3, arg4, in handle_partition_message()
485 uint64_t arg2, in tsp_event_loop() argument
510 if ((arg2 & FFA_FWK_MSG_BIT)) { in tsp_event_loop()
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()