Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dpgt_cache.c343 #define PGT_CACHE_SIZE ROUNDUP(CFG_PGT_CACHE_ENTRIES, PGT_NUM_PGT_PER_PAGE) macro
346 static struct pgt_parent pgt_parents[PGT_CACHE_SIZE / PGT_NUM_PGT_PER_PAGE];
360 static struct pgt pgt_entries[PGT_CACHE_SIZE];
374 for (n = 0; n < PGT_CACHE_SIZE; n++) { in pgt_init()
391 COMPILE_TIME_ASSERT(PGT_CACHE_SIZE % PGT_NUM_PGT_PER_PAGE == 0); in pgt_init()
417 static uint8_t pgt_tables[PGT_CACHE_SIZE][PGT_SIZE] in pgt_init()
820 return tbl_count <= PGT_CACHE_SIZE; in pgt_check_avail()