Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Ductx.h44 int uctx_handle_install(struct uctx* ctx,
/trusty/kernel/lib/trusty/
Ductx.c366 int uctx_handle_install(struct uctx* ctx, in uctx_handle_install() function
593 rc = uctx_handle_install(ctx, h, &new_handle_id); in sys_dup()
673 ret = uctx_handle_install(ctx, hset, &id); in sys_handle_set_create()
Dipc.c443 ret = uctx_handle_install(ctx, port_handle, &handle_id); in sys_port_create()
964 ret = uctx_handle_install(ctx, chandle, &handle_id); in sys_connect()
1066 ret = uctx_handle_install(ctx, chandle, &new_id); in sys_accept()
Dsyscall.c469 int rc_uctx = uctx_handle_install(current_uctx(), handle, &id); in sys_memref_create()
Dipc_msg.c697 int rc = uctx_handle_install(uctx, hptrs[i], &hids[i]); in user_install_multiple()