Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dipc.c564 obj_ref_init(&chan->node_ref); in chan_alloc()
565 obj_ref_init(&chan->peer_ref); in chan_alloc()
566 obj_ref_init(&chan->handle_ref); in chan_alloc()
H A Dtipc_virtio_dev.c649 obj_ref_init(&shm_ref); in handle_chan_msg()
650 obj_ref_init(&tem_ref); in handle_chan_msg()
H A Devent.c494 obj_ref_init(&ec->es_ref); in event_source_open()
H A Dtrusty_virtio.c148 obj_ref_init(&new_bus->tree_node_ref); in alloc_new_bus()
/aosp_15_r20/trusty/kernel/include/shared/lk/
H A Dreflist.h44 static inline __ALWAYS_INLINE void obj_ref_init(struct obj_ref* ref) { in obj_ref_init() function
/aosp_15_r20/external/trusty/lk/kernel/vm/
Dvmm.c225 obj_ref_init(&slice->obj_ref); in vmm_obj_slice_init()
1554 obj_ref_init(&aspace->quota_res_group_ref); in vmm_create_aspace_with_quota()
Dpmm.c597 obj_ref_init(&pmm_obj->res_group_ref); in pmm_alloc_from_res_group()