/linux/include/linux/ |
H A D | pfn_t.h | 80 static inline pte_t pfn_t_pte(pfn_t pfn, pgprot_t pgprot) in pfn_t_pte() 87 static inline pmd_t pfn_t_pmd(pfn_t pfn, pgprot_t pgprot) in pfn_t_pmd() 93 static inline pud_t pfn_t_pud(pfn_t pfn, pgprot_t pgprot) in pfn_t_pud()
|
/linux/arch/um/include/asm/ |
H A D | pgtable-4level.h | 105 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 114 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
|
H A D | page.h | 61 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux/arch/arm64/mm/ |
H A D | ioremap.c | 21 pgprot_t pgprot = __pgprot(prot); in ioremap_prot() local
|
/linux/arch/openrisc/include/asm/ |
H A 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
|
/linux/arch/sh/mm/ |
H A D | ioremap.c | 79 pgprot_t pgprot = __pgprot(prot); in ioremap_prot() local
|
/linux/arch/sparc/include/asm/ |
H A 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()
|
H A D | pgtable_64.h | 228 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 231 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() 237 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
/linux/arch/m68k/include/asm/ |
H A 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
|
/linux/arch/csky/include/asm/ |
H A 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
|
/linux/arch/hexagon/include/asm/ |
H A 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
|
/linux/arch/nios2/mm/ |
H A D | ioremap.c | 28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte() local
|
/linux/arch/arm/include/asm/ |
H A D | pgtable-2level-types.h | 24 typedef struct { pteval_t pgprot; } pgprot_t; member
|
H A D | pgtable-3level-types.h | 27 typedef struct { pteval_t pgprot; } pgprot_t; member
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1444 mk_pte_phys(unsigned long physpage,pgprot_t pgprot) mk_pte_phys() argument 1452 mk_pte(struct page * page,pgprot_t pgprot) mk_pte() argument 1578 pfn_pte(pfn,pgprot) global() argument 1644 massage_pgprot_pmd(pgprot_t pgprot) massage_pgprot_pmd() argument 1693 mk_pmd_phys(unsigned long physpage,pgprot_t pgprot) mk_pmd_phys() argument 1882 pfn_pmd(pfn,pgprot) global() argument 1883 mk_pmd(page,pgprot) global() argument [all...] |
/linux/arch/arm64/include/asm/ |
H A D | pgtable-types.h | 49 typedef struct { pteval_t pgprot; } pgprot_t; member
|
/linux/arch/microblaze/include/asm/ |
H A 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
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_device.c | 369 pgprot_t pgprot; panthor_mmio_vm_fault() local
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 195 #define mk_pte(page, pgprot) \ argument 203 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte()
|
/linux/arch/powerpc/include/asm/ |
H A D | pgtable.h | 58 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
H A D | pgtable-types.h | 70 typedef struct { unsigned long pgprot; } pgprot_t; member
|
H A D | pgtable-be-types.h | 67 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux/arch/arc/include/asm/ |
H A D | page.h | 78 unsigned long pgprot; member
|
/linux/include/asm-generic/ |
H A D | hugetlb.h | 8 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
|
/linux/arch/x86/include/asm/xen/ |
H A D | page.h | 314 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte()
|