Home
last modified time | relevance | path

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

/linux/mm/
H A Dptdump.c88 if (st->effective_prot_pud) in ptdump_pud_entry()
89 st->effective_prot_pud(st, val); in ptdump_pud_entry()
/linux/arch/x86/mm/
H A Ddump_pagetables.c279 static void effective_prot_pud(struct ptdump_state *st, pud_t pud) in effective_prot_pud() function
447 .effective_prot_pud = effective_prot_pud, in ptdump_walk_pgd_level_core()
/linux/include/linux/
H A Dptdump.h22 void (*effective_prot_pud)(struct ptdump_state *st, pud_t pud); member