Home
last modified time | relevance | path

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

123

/linux/include/linux/
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/
A Dpgtable-3level.h93 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
102 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
/linux/arch/powerpc/mm/book3s64/
A Dpgtable.c141 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits()
151 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd()
160 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
/linux/arch/x86/include/asm/
A Dpgtable_types.h280 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; argument
489 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large()
499 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
A Dpgtable.h547 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot()
557 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot()
574 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
582 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
590 static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot) in pfn_pud()
816 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
1081 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
/linux/arch/parisc/mm/
A Dioremap.c33 pgprot_t pgprot; in ioremap() local
/linux/arch/sh/mm/
A Dioremap.c86 pgprot_t pgprot, void *caller) in __ioremap_caller()
/linux/arch/sparc/include/asm/
A Dpgtable_32.h294 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
299 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys()
304 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
/linux/arch/openrisc/include/asm/
A Dpgtable.h309 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte()
317 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument
319 #define mk_pte_phys(physpage, pgprot) \ argument
A Dpage.h55 unsigned long pgprot; member
/linux/mm/
A Dsparse-vmemmap.c72 pgprot_t pgprot = PAGE_KERNEL; in split_vmemmap_huge_pmd() local
240 pgprot_t pgprot = PAGE_KERNEL_RO; in vmemmap_remap_pte() local
251 pgprot_t pgprot = PAGE_KERNEL; in vmemmap_restore_pte() local
/linux/arch/sh/include/asm/
A Dpage.h77 typedef struct { unsigned long long pgprot; } pgprot_t; member
85 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h103 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
129 #define pfn_pte(pfn, pgprot) \ argument
A Dpage.h32 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux/arch/csky/include/asm/
A Dpgtable.h46 #define __mk_pte(page_nr, pgprot) __pte(((page_nr) << PAGE_SHIFT) | \ argument
258 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
/linux/arch/hexagon/include/asm/
A Dpgtable.h261 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
361 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) argument
/linux/arch/nios2/mm/
A Dioremap.c28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte() local
/linux/arch/arm64/include/asm/
A Dpgtable-types.h43 typedef struct { pteval_t pgprot; } pgprot_t; member
/linux/arch/arm/include/asm/
A Dpgtable-2level-types.h24 typedef struct { pteval_t pgprot; } pgprot_t; member
A Dpgtable-3level-types.h27 typedef struct { pteval_t pgprot; } pgprot_t; member
/linux/arch/s390/include/asm/
A Dhugetlb.h78 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
A Dpgtable.h1212 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1222 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
1347 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
1417 static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) in massage_pgprot_pmd()
1462 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys()
1654 #define pfn_pmd(pfn, pgprot) mk_pmd_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
1655 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
/linux/arch/nios2/include/asm/
A Dpage.h63 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux/arch/parisc/include/asm/
A Dpgtable.h376 #define __mk_pte(addr,pgprot) \ argument
385 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
387 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
/linux/include/asm-generic/
A Dhugetlb.h5 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()

Completed in 47 milliseconds

123