Searched refs:PGT_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
48 #define PGT_CACHE_SIZE 4 macro50 #define PGT_CACHE_SIZE 8 macro52 #define PGT_CACHE_SIZE ROUNDUP(CFG_NUM_THREADS * 2, PGT_NUM_PGT_PER_PAGE) macro
342 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