p4d_flags 643 arch/x86/include/asm/pgtable.h #define p4d_pgprot(x) __pgprot(p4d_flags(x)) p4d_flags 911 arch/x86/include/asm/pgtable.h return p4d_flags(p4d) & _PAGE_PRESENT; p4d_flags 938 arch/x86/include/asm/pgtable.h return (p4d_flags(p4d) & ~ignore_flags) != 0; p4d_flags 486 arch/x86/mm/dump_pagetables.c prot = p4d_flags(*start);