/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 216 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits() 221 static pud_t pud_set_protbits(pud_t pud, pgprot_t pgprot) in pud_set_protbits() 231 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd() 240 pud_t pfn_pud(unsigned long pfn, pgprot_t pgprot) in pfn_pud() 249 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
|
/arch/um/include/asm/ |
D | pgtable-3level.h | 85 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 94 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
|
/arch/sh/mm/ |
D | ioremap.c | 79 pgprot_t pgprot = __pgprot(prot); in ioremap_prot() local
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 293 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; member 500 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large() 510 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
|
D | pgtable.h | 720 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot() 730 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot() 747 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 755 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() 763 static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot) in pfn_pud() 1030 #define mk_pte(page, pgprot) \ argument 1311 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
/arch/m68k/include/asm/ |
D | page.h | 32 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | sun3_pgtable.h | 83 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 110 #define pfn_pte(pfn, pgprot) \ argument
|
/arch/nios2/mm/ |
D | ioremap.c | 28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte() local
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 294 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte() 302 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument 304 #define mk_pte_phys(physpage, pgprot) \ argument
|
D | page.h | 55 unsigned long pgprot; member
|
/arch/arm64/include/asm/ |
D | pgtable-types.h | 43 typedef struct { pteval_t pgprot; } pgprot_t; member
|
/arch/sh/include/asm/ |
D | page.h | 77 typedef struct { unsigned long long pgprot; } pgprot_t; member 85 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 279 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() 284 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() 289 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
|
/arch/nios2/include/asm/ |
D | page.h | 63 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/arch/arm/include/asm/ |
D | pgtable-2level-types.h | 24 typedef struct { pteval_t pgprot; } pgprot_t; member
|
D | pgtable-3level-types.h | 27 typedef struct { pteval_t pgprot; } pgprot_t; member
|
/arch/csky/include/asm/ |
D | pgtable.h | 46 #define __mk_pte(page_nr, pgprot) __pte(((page_nr) << PAGE_SHIFT) | \ argument 256 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
D | page.h | 59 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 242 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 343 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) argument
|
D | page.h | 71 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/arch/powerpc/include/asm/ |
D | pgtable.h | 58 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
/arch/s390/include/asm/ |
D | hugetlb.h | 82 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
|
/arch/loongarch/include/asm/ |
D | page.h | 70 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/arch/arc/include/asm/ |
D | page.h | 78 unsigned long pgprot; member
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 281 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() 288 #define mk_pte(page, pgprot) \ argument
|