Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Ddump_pagetables.c157 #define PUD_LEVEL_MULT (PTRS_PER_PMD * PMD_LEVEL_MULT) macro
158 #define P4D_LEVEL_MULT (PTRS_PER_PUD * PUD_LEVEL_MULT)
435 st->current_address = normalize_addr(P + i * PUD_LEVEL_MULT); in walk_pud_level()
443 P + i * PUD_LEVEL_MULT); in walk_pud_level()