Home
last modified time | relevance | path

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

/linux/mm/
H A Dptdump.c110 if (st->effective_prot_pmd) in ptdump_pmd_entry()
111 st->effective_prot_pmd(st, val); in ptdump_pmd_entry()
/linux/arch/x86/mm/
H A Ddump_pagetables.c274 static void effective_prot_pmd(struct ptdump_state *st, pmd_t pmd) in effective_prot_pmd() function
446 .effective_prot_pmd = effective_prot_pmd, in ptdump_walk_pgd_level_core()
/linux/include/linux/
H A Dptdump.h21 void (*effective_prot_pmd)(struct ptdump_state *st, pmd_t pmd); member