Home
last modified time | relevance | path

Searched defs:pgt (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/include/mm/
A Dpgt_cache.h24 struct pgt { struct
36 struct pgt_parent *parent; argument
38 SLIST_ENTRY(pgt) link; argument
106 static inline void pgt_inc_used_entries(struct pgt *pgt) in pgt_inc_used_entries()
112 static inline void pgt_dec_used_entries(struct pgt *pgt) in pgt_dec_used_entries()
118 static inline void pgt_set_used_entries(struct pgt *pgt, size_t val) in pgt_set_used_entries()
/optee_os-3.20.0/core/arch/arm/mm/
A Dpgt_cache.c65 static void free_pgt(struct pgt *pgt) in free_pgt()
100 struct pgt *pgt = NULL; in alloc_pgt_parent() local
133 struct pgt *pgt = NULL; in alloc_pgt() local
483 static void push_to_cache_list(struct pgt *pgt) in push_to_cache_list()
488 static bool match_pgt(struct pgt *pgt, vaddr_t vabase, void *ctx) in match_pgt()
495 struct pgt *pgt; in pop_from_cache_list() local
530 struct pgt *pgt = NULL; in pop_least_used_from_cache_list() local
857 struct pgt *pgt = NULL; in pgt_pop_from_cache_list() local
866 void pgt_push_to_cache_list(struct pgt *pgt) in pgt_push_to_cache_list()
A Dtee_pager.c61 struct pgt *pgt; member
151 struct pgt pgt; member
305 static bool region_have_pgt(struct vm_paged_region *reg, struct pgt *pgt) in region_have_pgt()
784 struct pgt *pgt = reg->pgt_array[n]; in map_pgts() local
1901 static struct pgt *find_pgt(struct pgt *pgt, vaddr_t va) in find_pgt()
1913 struct pgt *pgt = NULL; in tee_pager_assign_um_tables() local
1933 void tee_pager_pgt_save_and_release_entries(struct pgt *pgt) in tee_pager_pgt_save_and_release_entries()
/optee_os-3.20.0/core/mm/
A Dcore_mmu.c1567 struct vm_region *region, struct pgt **pgt, in set_pg_region()
1895 struct pgt *pgt = NULL; in core_mmu_populate_user_map() local

Completed in 14 milliseconds