Home
last modified time | relevance | path

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

/linux/mm/
H A Dptdump.c42 if (st->effective_prot_pgd) in ptdump_pgd_entry()
43 st->effective_prot_pgd(st, val); in ptdump_pgd_entry()
/linux/arch/x86/mm/
H A Ddump_pagetables.c289 static void effective_prot_pgd(struct ptdump_state *st, pgd_t pgd) in effective_prot_pgd() function
449 .effective_prot_pgd = effective_prot_pgd, in ptdump_walk_pgd_level_core()
/linux/include/linux/
H A Dptdump.h24 void (*effective_prot_pgd)(struct ptdump_state *st, pgd_t pgd); member