memory_reclaim
.memory_reclaim = ffa_memory_reclaim,
mem_ops->memory_reclaim(args.g_handle, 0);
rc = mem_ops->memory_reclaim(global_handle, 0);
rc = mem_ops->memory_reclaim(global_handle, 0);
mem_ops->memory_reclaim(args.g_handle, 0);
rc = mem_ops->memory_reclaim(global_handle, 0);
(void)ffa_dev->ops->mem_ops->memory_reclaim(shm->sec_world_id,
ffa_dev->ops->mem_ops->memory_reclaim(shm->sec_world_id, 0);
rc = ffa_dev->ops->mem_ops->memory_reclaim(shm->sec_world_id, 0);
int (*memory_reclaim)(u64 g_handle, u32 flags);
.write = memory_reclaim,