Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/mm/
Dinit.c276 #define PTE_PARENT_SIZE PMD_SIZE macro
284 #define PTE_PARENT_SIZE PGDIR_SIZE macro
320 if (!(base & (PTE_PARENT_SIZE - 1)) && in best_map_size()
321 !(size & (PTE_PARENT_SIZE - 1))) in best_map_size()
322 map_size = PTE_PARENT_SIZE; in best_map_size()