Searched defs:pgt_cache (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/arch/arm/mm/ |
A D | pgt_cache.c | 40 struct pgt_cache pgt_cache; member 241 static void pgt_free_unlocked(struct pgt_cache *pgt_cache, bool save_ctx) in pgt_free_unlocked() 346 static void flush_ctx_range_from_list(struct pgt_cache *pgt_cache, void *ctx, in flush_ctx_range_from_list() 390 void pgt_flush_ctx_range(struct pgt_cache *pgt_cache, struct ts_ctx *ctx, in pgt_flush_ctx_range() 405 static void pgt_free_unlocked(struct pgt_cache *pgt_cache, in pgt_free_unlocked() 428 static void clear_ctx_range_from_list(struct pgt_cache *pgt_cache, in clear_ctx_range_from_list() 459 void pgt_clear_ctx_range(struct pgt_cache *pgt_cache, struct ts_ctx *ctx, in pgt_clear_ctx_range() 473 static bool pgt_alloc_unlocked(struct pgt_cache *pgt_cache, struct ts_ctx *ctx, in pgt_alloc_unlocked() 500 void pgt_alloc(struct pgt_cache *pgt_cache, struct ts_ctx *ctx, in pgt_alloc() 518 void pgt_free(struct pgt_cache *pgt_cache, bool save_ctx) in pgt_free()
|
A D | core_mmu.c | 1890 struct pgt_cache *pgt_cache = &thread_get_tsd()->pgt_cache; in core_mmu_populate_user_map() local
|
/optee_os/core/mm/ |
A D | vm.c | 169 struct pgt_cache *pgt_cache = NULL; in rem_um_region() local
|
/optee_os/core/arch/arm/include/kernel/ |
A D | thread.h | 256 struct pgt_cache pgt_cache; member
|
Completed in 12 milliseconds