Searched refs:MAX_PAGES_FOR_FREE_PGDS (Results 1 – 2 of 2) sorted by relevance
260 #define MAX_PAGES_FOR_FREE_PGDS ((size_t)9) macro263 #define MAX_FREE_PGDS ((PAGE_SIZE / sizeof(struct page *)) * MAX_PAGES_FOR_FREE_PGDS)
3596 compiletime_assert(MAX_PAGES_FOR_FREE_PGDS >= MIDGARD_MMU_BOTTOMLEVEL, in kbase_mmu_init()