pgprot            347 arch/x86/include/asm/pgtable.h static inline pgprotval_t massage_pgprot(pgprot_t pgprot)
pgprot            349 arch/x86/include/asm/pgtable.h 	pgprotval_t protval = pgprot_val(pgprot);
pgprot            357 arch/x86/include/asm/pgtable.h static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot)
pgprot            360 arch/x86/include/asm/pgtable.h 		     massage_pgprot(pgprot));
pgprot            363 arch/x86/include/asm/pgtable.h static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot)
pgprot            366 arch/x86/include/asm/pgtable.h 		     massage_pgprot(pgprot));
pgprot            536 arch/x86/include/asm/pgtable.h #define mk_pte(page, pgprot)   pfn_pte(page_to_pfn(page), (pgprot))
pgprot            791 arch/x86/include/asm/pgtable.h #define mk_pmd(page, pgprot)   pfn_pmd(page_to_pfn(page), (pgprot))
pgprot            241 arch/x86/include/asm/pgtable_types.h typedef struct pgprot { pgprotval_t pgprot; } pgprot_t;
pgprot            341 arch/x86/include/asm/pgtable_types.h #define pgprot_val(x)	((x).pgprot)
pgprot            199 arch/x86/include/asm/xen/page.h static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot)
pgprot            204 arch/x86/include/asm/xen/page.h 			massage_pgprot(pgprot);
pgprot              4 include/asm-generic/hugetlb.h static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot)
pgprot              6 include/asm-generic/hugetlb.h 	return mk_pte(page, pgprot);
pgprot             49 include/asm-generic/page.h 	unsigned long pgprot;
pgprot             56 include/asm-generic/page.h #define pgprot_val(x)	((x).pgprot)