Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dpgt_cache.c60 #define PGT_PARENT_TBL_COUNT (PGT_PARENT_SIZE / PGT_SIZE) macro
75 assert(parent->num_used <= PGT_PARENT_TBL_COUNT && in free_pgt()
77 if (parent->num_used == PGT_PARENT_TBL_COUNT) in free_pgt()
106 sz = sizeof(*parent) + sizeof(*pgt) * PGT_PARENT_TBL_COUNT; in alloc_pgt_parent()
122 for (n = 0; n < PGT_PARENT_TBL_COUNT; n++) { in alloc_pgt_parent()
151 assert(pgt && parent->num_used <= PGT_PARENT_TBL_COUNT); in alloc_pgt()
152 if (parent->num_used == PGT_PARENT_TBL_COUNT) in alloc_pgt()