Home
last modified time | relevance | path

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

/Linux-v5.10/arch/riscv/mm/
Dinit.c291 #define NUM_EARLY_PMDS 1UL macro
293 #define NUM_EARLY_PMDS (1UL + MAX_EARLY_MAPPING_SIZE / PGDIR_SIZE) macro
295 pmd_t early_pmd[PTRS_PER_PMD * NUM_EARLY_PMDS] __initdata __aligned(PAGE_SIZE);
320 BUG_ON(pmd_num >= NUM_EARLY_PMDS); in alloc_pmd_early()