Home
last modified time | relevance | path

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

/linux/mm/
H A Dptdump.c126 if (st->effective_prot_pte) in ptdump_pte_entry()
127 st->effective_prot_pte(st, val); in ptdump_pte_entry()
/linux/arch/x86/mm/
H A Ddump_pagetables.c269 static void effective_prot_pte(struct ptdump_state *st, pte_t pte) in effective_prot_pte() function
445 .effective_prot_pte = effective_prot_pte, in ptdump_walk_pgd_level_core()
/linux/include/linux/
H A Dptdump.h20 void (*effective_prot_pte)(struct ptdump_state *st, pte_t pte); member