Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/mm/
A Dpgt_cache.c44 struct pgt_cache pgt_cache; member
171 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_flush_range() local
213 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_flush() local
227 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_clear_range() local
273 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_check_avail() local
561 static void pgt_free_unlocked(struct pgt_cache *pgt_cache) in pgt_free_unlocked() argument
716 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_flush_range() local
728 static void clear_ctx_range_from_list(struct pgt_cache *pgt_cache, in clear_ctx_range_from_list() argument
758 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_clear_range() local
821 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_get_all() local
[all …]
A Dsub.mk8 srcs-y += pgt_cache.c
A Dtee_pager.c1919 pgt = SLIST_FIRST(&uctx->pgt_cache); in tee_pager_assign_um_tables()
/optee_os-3.20.0/core/include/kernel/
A Duser_mode_ctx_struct.h35 struct pgt_cache pgt_cache; member
/optee_os-3.20.0/core/include/mm/
A Dpgt_cache.h55 SLIST_HEAD(pgt_cache, pgt);
/optee_os-3.20.0/core/mm/
A Dcore_mmu.c1894 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in core_mmu_populate_user_map() local
1906 pgt = SLIST_FIRST(pgt_cache); in core_mmu_populate_user_map()
1913 SLIST_FOREACH(p, pgt_cache, link) { in core_mmu_populate_user_map()
A Dvm.c204 struct pgt *p = SLIST_FIRST(&uctx->pgt_cache); in set_um_region()
891 SLIST_INIT(&uctx->pgt_cache); in vm_info_init()
/optee_os-3.20.0/
A DCHANGELOG.md548 page tables are available in pgt_cache ([#2080])

Completed in 19 milliseconds