Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
A Dpgt_cache.c123 struct pgt *p = SLIST_FIRST(&pgt_free_list); in pop_from_free_list()
145 struct pgt *p = SLIST_FIRST(&pgt_parents[n].pgt_cache); in pop_from_free_list()
186 pgt = SLIST_FIRST(&pgt_cache_list); in pop_from_cache_list()
213 pgt = SLIST_FIRST(&pgt_cache_list); in pop_least_used_from_cache_list()
235 pgt = SLIST_FIRST(&pgt_cache_list); in pop_least_used_from_cache_list()
244 struct pgt *p = SLIST_FIRST(pgt_cache); in pgt_free_unlocked()
288 p = SLIST_FIRST(&pgt_cache_list); in pgt_flush_ctx()
356 p = SLIST_FIRST(pgt_cache); in flush_ctx_range_from_list()
361 p = SLIST_FIRST(pgt_cache); in flush_ctx_range_from_list()
409 struct pgt *p = SLIST_FIRST(pgt_cache); in pgt_free_unlocked()
A Dsp_mem.c289 receiver = SLIST_FIRST(&smem->receivers); in sp_mem_remove()
295 struct sp_mem_map_region *region = SLIST_FIRST(&smem->regions); in sp_mem_remove()
A Dmobj_ffa.c139 struct mobj_ffa *mf = SLIST_FIRST(head); in pop_from_list()
A Dtee_pager.c1919 pgt = SLIST_FIRST(&thread_get_tsd()->pgt_cache); in tee_pager_assign_um_tables()
A Dcore_mmu.c1906 pgt = SLIST_FIRST(pgt_cache); in core_mmu_populate_user_map()
/optee_os/core/drivers/crypto/caam/
A Dcaam_pwr.c44 elem = SLIST_FIRST(&data_list); in caam_pwr_add_backup()
/optee_os/core/kernel/
A Dwait_queue.c48 wqe_iter = SLIST_FIRST(wq); in slist_add_tail()
/optee_os/core/mm/
A Dfile.c71 struct file_slice_elem *fse = SLIST_FIRST(&f->slice_head); in file_free()
/optee_os/lib/libutils/isoc/include/sys/
A Dqueue.h241 for ((var) = SLIST_FIRST((head)); \
249 #define SLIST_FIRST(head) ((head)->slh_first) macro
/optee_os/out/arm/export-ta_arm64/include/sys/
A Dqueue.h241 for ((var) = SLIST_FIRST((head)); \
249 #define SLIST_FIRST(head) ((head)->slh_first) macro
/optee_os/out/arm/export-ta_arm32/include/sys/
A Dqueue.h241 for ((var) = SLIST_FIRST((head)); \
249 #define SLIST_FIRST(head) ((head)->slh_first) macro
/optee_os/core/arch/arm/kernel/
A Dthread.c1706 struct thread_shm_cache_entry *ce = SLIST_FIRST(cache); in thread_rpc_shm_cache_clear()

Completed in 26 milliseconds