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()
H A Dexecmem.h119 pgprot_t pgprot; member
/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c239 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits()
244 static pud_t pud_set_protbits(pud_t pud, pgprot_t pgprot) in pud_set_protbits()
254 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd()
263 pud_t pfn_pud(unsigned long pfn, pgprot_t pgprot) in pfn_pud()
/linux/mm/
H A Dexecmem.c29 pgprot_t pgprot, unsigned long vm_flags) in execmem_vmalloc()
85 pgprot_t pgprot, unsigned long vm_flags) in execmem_vmalloc()
377 pgprot_t pgprot = range->pgprot; in execmem_alloc() local
H A Dhugetlb_vmemmap.c67 pgprot_t pgprot = PAGE_KERNEL; in vmemmap_split_pmd() local
214 pgprot_t pgprot = PAGE_KERNEL_RO; in vmemmap_remap_pte() local
258 pgprot_t pgprot = PAGE_KERNEL; in vmemmap_restore_pte() local
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h259 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
279 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys()
284 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
/linux/arch/sh/include/asm/
H A Dpage.h64 typedef struct { unsigned long long pgprot; } pgprot_t; member
72 typedef struct { unsigned long pgprot; } pgprot_t; member
/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/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_phys(physpage, pgprot) \ argument
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h57 typedef struct { ptdesc_t pgprot; } pgprot_t; member
/linux/arch/x86/include/asm/
H A Dpgtable.h750 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot()
760 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot()
777 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
788 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
796 static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot) in pfn_pud()
/linux/arch/x86/mm/pat/
H A Dset_memory.c1257 pgprot_t pgprot; in collapse_pmd_page() local
1568 unsigned num_pages, pmd_t *pmd, pgprot_t pgprot) in populate_pte()
1587 unsigned num_pages, pud_t *pud, pgprot_t pgprot) in populate_pmd()
1660 pgprot_t pgprot) in populate_pud()
1743 pgprot_t pgprot = __pgprot(_KERNPG_TABLE); in populate_pgd() local
/linux/arch/um/include/asm/
H A Dpgtable-4level.h105 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/arc/include/asm/
H A Dpage.h78 unsigned long pgprot; member
/linux/arch/powerpc/include/asm/
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/s390/include/asm/
H A Dpgtable.h1443 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1567 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
1633 static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) in massage_pgprot_pmd()
1682 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys()
1871 #define pfn_pmd(pfn, pgprot) mk_pmd_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
/linux/arch/parisc/include/asm/
H A Dpgtable.h341 #define __mk_pte(addr,pgprot) \ argument
350 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_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()
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h104 #define pfn_pte(pfn, pgprot) \ argument
/linux/arch/hexagon/include/asm/
H A Dpgtable.h340 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) argument
/linux/arch/csky/include/asm/
H A Dpgtable.h46 #define __mk_pte(page_nr, pgprot) __pte(((page_nr) << PAGE_SHIFT) | \ argument

12