Home
last modified time | relevance | path

Searched refs:handle_id_base (Results 1 – 1 of 1) sorted by relevance

/trusty/kernel/lib/trusty/
Ductx.c73 handle_id_t handle_id_base; member
152 if (unlikely(handle_id < ctx->handle_id_base)) { in _check_handle_id()
157 idx = handle_id - ctx->handle_id_base; in _check_handle_id()
270 ret = _hset_add_handle(hset_all, h, ctx->handle_id_base + idx, ~0U, in rebuild_hset_all()
321 new_ctx->handle_id_base = IPC_HANDLE_ID_BASE; in uctx_create()
391 ret = _hset_add_handle(ctx->hset_all, handle, ctx->handle_id_base + idx, in uctx_handle_install()
401 *id = ctx->handle_id_base + idx; in uctx_handle_install()