Lines Matching defs:handle
321 u32 frag_len, u32 len, u64 *handle)
340 if (handle)
341 *handle = PACK_HANDLE(ret.a2, ret.a3);
343 if (handle)
344 *handle = PACK_HANDLE(ret.a1, ret.a2);
352 static int ffa_mem_next_frag(u64 handle, u32 frag_len)
358 .a1 = HANDLE_LOW(handle), .a2 = HANDLE_HIGH(handle),
381 u32 len, u64 *handle, bool first)
384 return ffa_mem_next_frag(*handle, frag_len);
386 return ffa_mem_first_frag(func_id, buf, buf_sz, frag_len, len, handle);
439 mem_region->handle = 0;