Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Ddump_pagetables.c158 #define P4D_LEVEL_MULT (PTRS_PER_PUD * PUD_LEVEL_MULT) macro
159 #define PGD_LEVEL_MULT (PTRS_PER_P4D * P4D_LEVEL_MULT)
472 st->current_address = normalize_addr(P + i * P4D_LEVEL_MULT); in walk_p4d_level()
480 P + i * P4D_LEVEL_MULT); in walk_p4d_level()