Searched defs:pgt (Results 1 – 4 of 4) sorted by relevance
24 struct pgt { struct36 struct pgt_parent *parent; argument38 SLIST_ENTRY(pgt) link; argument106 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()
65 static void free_pgt(struct pgt *pgt) in free_pgt()100 struct pgt *pgt = NULL; in alloc_pgt_parent() local133 struct pgt *pgt = NULL; in alloc_pgt() local483 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() local530 struct pgt *pgt = NULL; in pop_least_used_from_cache_list() local857 struct pgt *pgt = NULL; in pgt_pop_from_cache_list() local866 void pgt_push_to_cache_list(struct pgt *pgt) in pgt_push_to_cache_list()
61 struct pgt *pgt; member151 struct pgt pgt; member305 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() local1901 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() local1933 void tee_pager_pgt_save_and_release_entries(struct pgt *pgt) in tee_pager_pgt_save_and_release_entries()
1567 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 13 milliseconds