Lines Matching refs:status
113 int ret, status = 0; in test_memory_send() local
243 status = *ptr; in test_memory_send()
263 return status; in test_memory_send()
439 int status = -1; in handle_partition_message() local
445 status = test_memory_send(sender, arg4, FFA_FLAG_SHARE_MEMORY, !multi_endpoint); in handle_partition_message()
450 status = test_memory_send(sender, arg4, FFA_FLAG_LEND_MEMORY, !multi_endpoint); in handle_partition_message()
455 status = test_memory_send(sender, arg4, FFA_FLAG_SHARE_MEMORY, multi_endpoint); in handle_partition_message()
460 status = test_memory_send(sender, arg4, FFA_FLAG_LEND_MEMORY, multi_endpoint); in handle_partition_message()
464 status = ffa_test_relay(arg0, arg1, arg2, arg3, arg4, in handle_partition_message()
470 status = arg4; in handle_partition_message()
478 return ffa_msg_send_direct_resp(receiver, sender, status, 0, 0, 0, 0); in handle_partition_message()