Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/mm/
A Dpgt_cache.h48 #define PGT_CACHE_SIZE 4 macro
50 #define PGT_CACHE_SIZE 8 macro
52 #define PGT_CACHE_SIZE ROUNDUP(CFG_NUM_THREADS * 2, PGT_NUM_PGT_PER_PAGE) macro
/optee_os-3.20.0/core/arch/arm/mm/
A Dpgt_cache.c342 static struct pgt_parent pgt_parents[PGT_CACHE_SIZE / PGT_NUM_PGT_PER_PAGE];
356 static struct pgt pgt_entries[PGT_CACHE_SIZE];
370 for (n = 0; n < PGT_CACHE_SIZE; n++) { in pgt_init()
387 COMPILE_TIME_ASSERT(PGT_CACHE_SIZE % PGT_NUM_PGT_PER_PAGE == 0); in pgt_init()
413 static uint8_t pgt_tables[PGT_CACHE_SIZE][PGT_SIZE] in pgt_init()
816 return tbl_count <= PGT_CACHE_SIZE; in pgt_check_avail()

Completed in 4 milliseconds