Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Ddump_pagetables.c102 #define PUD_LEVEL_MULT (PTRS_PER_PMD * PMD_LEVEL_MULT) macro
103 #define PGD_LEVEL_MULT (PTRS_PER_PUD * PUD_LEVEL_MULT)
339 st->current_address = normalize_addr(P + i * PUD_LEVEL_MULT); in walk_pud_level()
346 P + i * PUD_LEVEL_MULT); in walk_pud_level()