Searched refs:shm_head (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/mm/ |
| H A D | mobj_ffa.c | 121 static struct mobj_ffa_head shm_head = SLIST_HEAD_INITIALIZER(shm_head); variable 491 assert(!find_in_list(&shm_head, cmp_cookie, mf->cookie)); in mobj_ffa_push_to_inactive() 494 find_in_list(&shm_head, cmp_pa_overlap, (vaddr_t)mf)) { in mobj_ffa_push_to_inactive() 530 mf = find_in_list(&shm_head, cmp_cookie, cookie); in mobj_ffa_sel1_spmc_reclaim() 582 mf = find_in_list(&shm_head, cmp_cookie, cookie); in mobj_ffa_unregister_by_cookie() 650 mf = find_in_list(&shm_head, cmp_cookie, cookie); in mobj_ffa_get_by_cookie() 727 SLIST_INSERT_HEAD(&shm_head, mf, link); in mobj_ffa_get_by_cookie() 815 if (pop_from_list(&shm_head, cmp_ptr, (vaddr_t)mf)) { in ffa_inactivate() 1049 mf = find_in_list(&shm_head, cmp_protmem_pa, pa); in mobj_ffa_protmem_get_by_pa() 1086 mf = find_in_list(&shm_head, cmp_cookie, cookie); in mobj_ffa_assign_protmem()
|