Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/mm/
Dinit.c216 #define NUM_EARLY_PMDS 1UL macro
218 #define NUM_EARLY_PMDS (1UL + MAX_EARLY_MAPPING_SIZE / PGDIR_SIZE) macro
220 pmd_t early_pmd[PTRS_PER_PMD * NUM_EARLY_PMDS] __initdata __aligned(PAGE_SIZE);
240 BUG_ON(pmd_num >= NUM_EARLY_PMDS); in alloc_pmd()