/linux-6.3-rc2/include/linux/ |
A D | pfn_t.h | 80 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.3-rc2/arch/um/include/asm/ |
A D | pgtable-3level.h | 85 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 94 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable_types.h | 263 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; argument 470 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large() 480 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
|
A D | pgtable.h | 567 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot() 577 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot() 594 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 602 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() 610 static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot) in pfn_pud() 831 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 1102 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 150 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.3-rc2/mm/ |
A D | hugetlb_vmemmap.c | 54 pgprot_t pgprot = PAGE_KERNEL; in __split_vmemmap_huge_pmd() local 241 pgprot_t pgprot = PAGE_KERNEL_RO; in vmemmap_remap_pte() local 285 pgprot_t pgprot = PAGE_KERNEL; in vmemmap_restore_pte() local
|
/linux-6.3-rc2/arch/parisc/mm/ |
A D | ioremap.c | 33 pgprot_t pgprot; in ioremap() local
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 280 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.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 294 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
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | ioremap.c | 86 pgprot_t pgprot, void *caller) in __ioremap_caller()
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | page.h | 77 typedef struct { unsigned long long pgprot; } pgprot_t; member 85 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 83 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 109 #define pfn_pte(pfn, pgprot) \ argument
|
A D | page.h | 32 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 45 #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.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 242 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 342 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) argument
|
/linux-6.3-rc2/arch/nios2/mm/ |
A D | ioremap.c | 28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte() local
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable-types.h | 43 typedef struct { pteval_t pgprot; } pgprot_t; member
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgtable.h | 1339 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() 1349 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() 1474 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument 1540 static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) in massage_pgprot_pmd() 1589 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys() 1778 #define pfn_pmd(pfn, pgprot) mk_pmd_phys(((pfn) << PAGE_SHIFT), (pgprot)) argument 1779 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable-2level-types.h | 24 typedef struct { pteval_t pgprot; } pgprot_t; member
|
A D | pgtable-3level-types.h | 27 typedef struct { pteval_t pgprot; } pgprot_t; member
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | page.h | 63 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 213 #define pfn_pte(pfn, pgprot) \ argument 219 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 222 #define mk_pte_phys(physpage, pgprot) \ argument
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 354 #define __mk_pte(addr,pgprot) \ argument 363 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 365 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | pgtable.h | 50 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | kasan_init.c | 83 static inline pgprot_t pgprot_clear_bit(pgprot_t pgprot, unsigned long bit) in pgprot_clear_bit()
|