Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Ductx.c79 static uint _uctx_slot_id; variable
92 trusty_als_set(app, _uctx_slot_id, uctx); in _uctx_startup()
100 uctx = trusty_als_get(app, _uctx_slot_id); in _uctx_shutdown()
115 _uctx_slot_id = res; in uctx_init()
130 return trusty_als_get(tapp, _uctx_slot_id); in current_uctx()