Searched refs:pgt_cache (Results 1 – 8 of 8) sorted by relevance
44 struct pgt_cache pgt_cache; member171 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_flush_range() local213 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_flush() local227 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_clear_range() local273 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_check_avail() local561 static void pgt_free_unlocked(struct pgt_cache *pgt_cache) in pgt_free_unlocked() argument716 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_flush_range() local728 static void clear_ctx_range_from_list(struct pgt_cache *pgt_cache, in clear_ctx_range_from_list() argument758 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_clear_range() local821 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_get_all() local[all …]
8 srcs-y += pgt_cache.c
1919 pgt = SLIST_FIRST(&uctx->pgt_cache); in tee_pager_assign_um_tables()
35 struct pgt_cache pgt_cache; member
55 SLIST_HEAD(pgt_cache, pgt);
1894 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in core_mmu_populate_user_map() local1906 pgt = SLIST_FIRST(pgt_cache); in core_mmu_populate_user_map()1913 SLIST_FOREACH(p, pgt_cache, link) { in core_mmu_populate_user_map()
204 struct pgt *p = SLIST_FIRST(&uctx->pgt_cache); in set_um_region()891 SLIST_INIT(&uctx->pgt_cache); in vm_info_init()
548 page tables are available in pgt_cache ([#2080])
Completed in 19 milliseconds