Home
last modified time | relevance | path

Searched refs:save_ctx (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/mm/
A Dpgt_cache.c241 static void pgt_free_unlocked(struct pgt_cache *pgt_cache, bool save_ctx) in pgt_free_unlocked() argument
247 if (save_ctx && p->num_used_entries) { in pgt_free_unlocked()
406 bool save_ctx __unused) in pgt_free_unlocked()
518 void pgt_free(struct pgt_cache *pgt_cache, bool save_ctx) in pgt_free() argument
525 pgt_free_unlocked(pgt_cache, save_ctx); in pgt_free()
/optee_os/core/arch/arm/include/mm/
A Dpgt_cache.h62 void pgt_free(struct pgt_cache *pgt_cache, bool save_ctx);

Completed in 3 milliseconds