Home
last modified time | relevance | path

Searched defs:pgt_cache (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/mm/
H A Dpgt_cache.c45 struct pgt_cache pgt_cache; member
173 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_flush_range() local
215 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_flush() local
229 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_clear_range() local
253 static struct pgt *prune_before_va(struct pgt_cache *pgt_cache, struct pgt *p, in prune_before_va()
275 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_check_avail() local
565 static void pgt_free_unlocked(struct pgt_cache *pgt_cache) in pgt_free_unlocked()
674 static void flush_ctx_range_from_list(struct pgt_cache *pgt_cache, void *ctx, in flush_ctx_range_from_list()
720 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in pgt_flush_range() local
732 static void clear_ctx_range_from_list(struct pgt_cache *pgt_cache, in clear_ctx_range_from_list()
[all …]
H A Dcore_mmu.c2278 struct pgt_cache *pgt_cache = &uctx->pgt_cache; in core_mmu_populate_user_map() local
/optee_os/core/include/kernel/
H A Duser_mode_ctx_struct.h37 struct pgt_cache pgt_cache; member