Home
last modified time | relevance | path

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

123

/linux-6.15/include/linux/
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()
Dexecmem.h125 pgprot_t pgprot; member
/linux-6.15/arch/powerpc/mm/book3s64/
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()
272 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
/linux-6.15/arch/x86/include/asm/
Dpgtable_types.h299 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; struct
506 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large()
516 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
Dpgtable.h757 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot()
767 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot()
784 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
792 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
800 static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot) in pfn_pud()
1090 #define mk_pte(page, pgprot) \ argument
1363 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
/linux-6.15/arch/um/include/asm/
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()
/linux-6.15/mm/
Dexecmem.c29 pgprot_t pgprot, unsigned long vm_flags) in execmem_vmalloc()
85 pgprot_t pgprot, unsigned long vm_flags) in execmem_vmalloc()
411 pgprot_t pgprot = range->pgprot; in execmem_alloc() local
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-6.15/arch/arm64/mm/
Dioremap.c18 pgprot_t pgprot) in ioremap_prot()
/linux-6.15/arch/openrisc/include/asm/
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
Dpage.h46 unsigned long pgprot; member
/linux-6.15/arch/sh/mm/
Dioremap.c76 pgprot_t pgprot) in ioremap_prot()
/linux-6.15/arch/sparc/include/asm/
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()
/linux-6.15/arch/sh/include/asm/
Dpage.h64 typedef struct { unsigned long long pgprot; } pgprot_t; member
72 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux-6.15/arch/m68k/include/asm/
Dsun3_pgtable.h83 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
110 #define pfn_pte(pfn, pgprot) \ argument
Dpage.h26 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux-6.15/arch/hexagon/include/asm/
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-6.15/arch/csky/include/asm/
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-6.15/arch/nios2/mm/
Dioremap.c28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte() local
/linux-6.15/arch/nios2/include/asm/
Dpage.h58 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux-6.15/arch/parisc/include/asm/
Dpgtable.h345 #define __mk_pte(addr,pgprot) \ argument
354 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
356 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
/linux-6.15/arch/arm/include/asm/
Dpgtable-2level-types.h24 typedef struct { pteval_t pgprot; } pgprot_t; member
/linux-6.15/arch/arm64/include/asm/
Dpgtable-types.h49 typedef struct { pteval_t pgprot; } pgprot_t; member
/linux-6.15/arch/s390/include/asm/
Dpgtable.h1443 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1451 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
1577 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
1643 static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) in massage_pgprot_pmd()
1692 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys()
1881 #define pfn_pmd(pfn, pgprot) mk_pmd_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
1882 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
/linux-6.15/arch/x86/mm/
Dinit.c98 enum page_cache_mode pgprot2cachemode(pgprot_t pgprot) in pgprot2cachemode()
1081 pgprot_t pgprot; in execmem_arch_setup() local

123