Lines Matching refs:arg2
85 uint64_t arg2, in ffa_test_relay() argument
282 uint64_t arg2, in tsp_cpu_off_main() argument
320 uint64_t arg2, in tsp_cpu_suspend_main() argument
357 uint64_t arg2, in tsp_cpu_resume_main() argument
390 uint64_t arg2, in handle_framework_message() argument
403 if ((arg2 & FFA_FWK_MSG_MASK) == FFA_FWK_MSG_PSCI) { in handle_framework_message()
406 return tsp_cpu_off_main(arg0, arg1, arg2, arg3, in handle_framework_message()
409 return tsp_cpu_suspend_main(arg0, arg1, arg2, arg3, in handle_framework_message()
412 } else if ((arg2 & FFA_FWK_MSG_MASK) == FFA_PM_MSG_WB_REQ) { in handle_framework_message()
415 return tsp_cpu_resume_main(arg0, arg1, arg2, arg3, in handle_framework_message()
430 uint64_t arg2, in handle_partition_message() argument
464 status = ffa_test_relay(arg0, arg1, arg2, arg3, arg4, in handle_partition_message()
486 uint64_t arg2, in tsp_event_loop() argument
511 if ((arg2 & FFA_FWK_MSG_BIT)) { in tsp_event_loop()
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()