Home
last modified time | relevance | path

Searched defs:pgprot (Results 1 – 25 of 40) sorted by relevance

12

/linux/include/linux/
H A Dpfn_t.h80 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 Dpgtable-4level.h105 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 Dpage.h61 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux/arch/arm64/mm/
H A Dioremap.c21 pgprot_t pgprot = __pgprot(prot); in ioremap_prot() local
/linux/arch/openrisc/include/asm/
H A Dpgtable.h294 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 Dioremap.c79 pgprot_t pgprot = __pgprot(prot); in ioremap_prot() local
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h279 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 Dpgtable_64.h228 #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 Dsun3_pgtable.h83 #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 Dpgtable.h46 #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 Dpgtable.h242 #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 Dioremap.c28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte() local
/linux/arch/arm/include/asm/
H A Dpgtable-2level-types.h24 typedef struct { pteval_t pgprot; } pgprot_t; member
H A Dpgtable-3level-types.h27 typedef struct { pteval_t pgprot; } pgprot_t; member
/linux/arch/s390/include/asm/
H A Dpgtable.h1444 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 Dpgtable-types.h49 typedef struct { pteval_t pgprot; } pgprot_t; member
/linux/arch/microblaze/include/asm/
H A Dpgtable.h281 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 Dpanthor_device.c369 pgprot_t pgprot; panthor_mmio_vm_fault() local
/linux/arch/alpha/include/asm/
H A Dpgtable.h195 #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 Dpgtable.h58 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
H A Dpgtable-types.h70 typedef struct { unsigned long pgprot; } pgprot_t; member
H A Dpgtable-be-types.h67 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux/arch/arc/include/asm/
H A Dpage.h78 unsigned long pgprot; member
/linux/include/asm-generic/
H A Dhugetlb.h8 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 Dpage.h314 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte()

12