Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/mm/
Ddump_pagetables.c152 #define PUD_LEVEL_MULT (PTRS_PER_PMD * PMD_LEVEL_MULT) macro
153 #define P4D_LEVEL_MULT (PTRS_PER_PUD * PUD_LEVEL_MULT)
448 st->current_address = normalize_addr(P + i * PUD_LEVEL_MULT); in walk_pud_level()
456 P + i * PUD_LEVEL_MULT); in walk_pud_level()