Searched defs:walk_pmd_level (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/mm/ |
D | dump_pagetables.c | 391 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, pud_t addr, in walk_pmd_level() function 417 #define walk_pmd_level(m,s,a,e,p) walk_pte_level(m,s,__pmd(pud_val(a)),e,p) macro
|
/Linux-v4.19/arch/s390/mm/ |
D | dump_pagetables.c | 128 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, in walk_pmd_level() function
|
D | pageattr.c | 155 static int walk_pmd_level(pud_t *pudp, unsigned long addr, unsigned long end, in walk_pmd_level() function
|