Home
last modified time | relevance | path

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

/linux/mm/
H A Dptdump.c65 if (st->effective_prot_p4d) in ptdump_p4d_entry()
66 st->effective_prot_p4d(st, val); in ptdump_p4d_entry()
/linux/arch/x86/mm/
H A Ddump_pagetables.c284 static void effective_prot_p4d(struct ptdump_state *st, p4d_t p4d) in effective_prot_p4d() function
448 .effective_prot_p4d = effective_prot_p4d, in ptdump_walk_pgd_level_core()
/linux/include/linux/
H A Dptdump.h23 void (*effective_prot_p4d)(struct ptdump_state *st, p4d_t p4d); member