Home
last modified time | relevance | path

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

12

/linux/tools/testing/vma/
H A Dvma_internal.h51 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; argument
/linux/arch/arm64/mm/
H A Dioremap.c18 pgprot_t pgprot) in __ioremap_prot()
/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/m68k/include/asm/
H A Dpage.h26 typedef struct { unsigned long pgprot; } pgprot_t; member
H A Dsun3_pgtable.h104 #define pfn_pte(pfn, pgprot) \ argument
/linux/include/linux/
H A Dexecmem.h102 pgprot_t pgprot; 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/arm64/include/asm/
H A Dpgtable-types.h57 typedef struct { ptdesc_t pgprot; } pgprot_t; member
/linux/arch/csky/include/asm/
H A Dpage.h52 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux/arch/loongarch/include/asm/
H A Dpage.h52 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux/arch/x86/include/asm/
H A Dpgtable.h703 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot()
713 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot()
730 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
741 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
749 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.c1258 pgprot_t pgprot; in collapse_pmd_page() local
1573 unsigned num_pages, pmd_t *pmd, pgprot_t pgprot) in populate_pte()
1592 unsigned num_pages, pud_t *pud, pgprot_t pgprot) in populate_pmd()
1665 pgprot_t pgprot) in populate_pud()
1748 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()
/linux/arch/powerpc/include/asm/
H A Dpgtable-be-types.h67 typedef struct { unsigned long pgprot; } pgprot_t; member
H A Dpgtable-types.h70 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux/arch/s390/include/asm/
H A Dpgtable.h1352 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1476 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
1542 static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) in massage_pgprot_pmd()
1591 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys()
1795 #define pfn_pmd(pfn, pgprot) mk_pmd_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
/linux/arch/parisc/include/asm/
H A Dpgtable.h330 #define __mk_pte(addr,pgprot) \ argument
339 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/riscv/include/asm/
H A Dpage.h66 unsigned long pgprot; member
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h263 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_pages.c281 pgprot_t pgprot; in i915_gem_object_map_page() local
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h452 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
/linux/tools/testing/vma/include/
H A Dstubs.h116 unsigned long pfn, unsigned long size, pgprot_t pgprot) in remap_pfn_range_complete()

12