Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/mm/
Ddump_pagetables.c153 #define P4D_LEVEL_MULT (PTRS_PER_PUD * PUD_LEVEL_MULT) macro
154 #define PGD_LEVEL_MULT (PTRS_PER_P4D * P4D_LEVEL_MULT)
484 st->current_address = normalize_addr(P + i * P4D_LEVEL_MULT); in walk_p4d_level()
492 P + i * P4D_LEVEL_MULT); in walk_p4d_level()