Searched refs:uctx_handle_install (Results 1 – 5 of 5) sorted by relevance
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | uctx.h | 44 int uctx_handle_install(struct uctx* ctx,
|
/trusty/kernel/lib/trusty/ |
D | uctx.c | 366 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()
|
D | ipc.c | 443 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()
|
D | syscall.c | 469 int rc_uctx = uctx_handle_install(current_uctx(), handle, &id); in sys_memref_create()
|
D | ipc_msg.c | 697 int rc = uctx_handle_install(uctx, hptrs[i], &hids[i]); in user_install_multiple()
|