Home
last modified time | relevance | path

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

123

/linux-6.1.9/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()
/linux-6.1.9/arch/um/include/asm/
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-6.1.9/arch/x86/include/asm/
Dpgtable_types.h263 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; struct
472 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large()
482 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
Dpgtable.h551 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot()
561 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot()
578 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
586 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
594 static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot) in pfn_pud()
815 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
1086 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dpgtable.c150 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits()
160 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd()
169 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
/linux-6.1.9/mm/
Dhugetlb_vmemmap.c54 pgprot_t pgprot = PAGE_KERNEL; in __split_vmemmap_huge_pmd() local
248 pgprot_t pgprot = PAGE_KERNEL_RO; in vmemmap_remap_pte() local
278 pgprot_t pgprot = PAGE_KERNEL; in vmemmap_restore_pte() local
/linux-6.1.9/arch/parisc/mm/
Dioremap.c33 pgprot_t pgprot; in ioremap() local
/linux-6.1.9/arch/openrisc/include/asm/
Dpgtable.h291 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte()
299 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument
301 #define mk_pte_phys(physpage, pgprot) \ argument
/linux-6.1.9/arch/sparc/include/asm/
Dpgtable_32.h280 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
285 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys()
290 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
/linux-6.1.9/arch/m68k/include/asm/
Dsun3_pgtable.h80 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
106 #define pfn_pte(pfn, pgprot) \ argument
Dpage.h32 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux-6.1.9/arch/sh/mm/
Dioremap.c86 pgprot_t pgprot, void *caller) in __ioremap_caller()
/linux-6.1.9/arch/sh/include/asm/
Dpage.h77 typedef struct { unsigned long long pgprot; } pgprot_t; member
85 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux-6.1.9/arch/hexagon/include/asm/
Dpgtable.h239 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
339 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) argument
/linux-6.1.9/arch/csky/include/asm/
Dpgtable.h45 #define __mk_pte(page_nr, pgprot) __pte(((page_nr) << PAGE_SHIFT) | \ argument
239 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
/linux-6.1.9/arch/nios2/mm/
Dioremap.c28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte() local
/linux-6.1.9/arch/arm64/include/asm/
Dpgtable-types.h43 typedef struct { pteval_t pgprot; } pgprot_t; member
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h1273 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1283 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
1408 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
1474 static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) in massage_pgprot_pmd()
1523 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys()
1712 #define pfn_pmd(pfn, pgprot) mk_pmd_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument
1713 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
/linux-6.1.9/arch/arm/include/asm/
Dpgtable-2level-types.h24 typedef struct { pteval_t pgprot; } pgprot_t; member
Dpgtable-3level-types.h27 typedef struct { pteval_t pgprot; } pgprot_t; member
/linux-6.1.9/arch/parisc/include/asm/
Dpgtable.h366 #define __mk_pte(addr,pgprot) \ argument
375 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
377 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
/linux-6.1.9/arch/ia64/include/asm/
Dpgtable.h226 #define pfn_pte(pfn, pgprot) \ argument
232 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
235 #define mk_pte_phys(physpage, pgprot) \ argument
/linux-6.1.9/arch/nios2/include/asm/
Dpage.h63 typedef struct { unsigned long pgprot; } pgprot_t; member
/linux-6.1.9/arch/powerpc/include/asm/
Dpgtable.h50 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h278 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys()
285 #define mk_pte(page, pgprot) \ argument

123