| /kernel/linux/linux-5.10/drivers/staging/android/ion/ |
| D | ion_heap.c | 25 pgprot_t pgprot; in ion_heap_map_kernel() local 83 static int ion_heap_clear_pages(struct page **pages, int num, pgprot_t pgprot) in ion_heap_clear_pages() 95 static int ion_heap_sglist_zero(struct sg_table *sgt, pgprot_t pgprot) in ion_heap_sglist_zero() 120 pgprot_t pgprot; in ion_heap_buffer_zero() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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()
|
| /kernel/linux/linux-6.6/include/linux/ |
| 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()
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
| D | pgtable.c | 216 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits() 221 static pud_t pud_set_protbits(pud_t pud, pgprot_t pgprot) in pud_set_protbits() 231 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd() 240 pud_t pfn_pud(unsigned long pfn, pgprot_t pgprot) in pfn_pud() 249 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
|
| /kernel/linux/linux-6.6/arch/um/include/asm/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/um/include/asm/ |
| D | pgtable-3level.h | 94 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 103 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
| D | pgtable.c | 134 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits() 139 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd() 147 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
|
| /kernel/linux/linux-6.6/mm/ |
| D | hugetlb_vmemmap.c | 62 pgprot_t pgprot = PAGE_KERNEL; in split_vmemmap_huge_pmd() local 235 pgprot_t pgprot = PAGE_KERNEL_RO; in vmemmap_remap_pte() local 279 pgprot_t pgprot = PAGE_KERNEL; in vmemmap_restore_pte() local
|
| /kernel/linux/linux-5.10/arch/parisc/mm/ |
| D | ioremap.c | 33 pgprot_t pgprot; in ioremap() local
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | pgtable_types.h | 297 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; struct 504 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large() 514 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | pgtable_types.h | 285 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; struct 494 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large() 504 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
|
| D | pgtable.h | 576 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot() 586 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot() 603 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 611 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() 619 static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot) in pfn_pud() 845 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 1110 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
| /kernel/linux/linux-6.6/arch/sh/mm/ |
| D | ioremap.c | 79 pgprot_t pgprot = __pgprot(prot); in ioremap_prot() local
|
| /kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
| 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
|
| /kernel/linux/linux-5.10/arch/sh/mm/ |
| D | ioremap.c | 86 pgprot_t pgprot, void *caller) in __ioremap_caller()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
| D | ttm_bo_vm.c | 182 pgprot_t pgprot) in ttm_bo_vm_insert_huge() 241 pgprot_t pgprot) in ttm_bo_vm_insert_huge()
|
| /kernel/linux/linux-6.6/arch/sparc/include/asm/ |
| D | pgtable_32.h | 279 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()
|
| /kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
| D | pgtable.h | 310 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte() 318 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument 320 #define mk_pte_phys(physpage, pgprot) \ argument
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | pgtable_32.h | 295 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() 300 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() 305 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 83 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 110 #define pfn_pte(pfn, pgprot) \ argument
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | page.h | 77 typedef struct { unsigned long long pgprot; } pgprot_t; member 85 typedef struct { unsigned long pgprot; } pgprot_t; member
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| D | page.h | 77 typedef struct { unsigned long long pgprot; } pgprot_t; member 85 typedef struct { unsigned long pgprot; } pgprot_t; member
|
| /kernel/linux/linux-6.6/arch/csky/include/asm/ |
| D | pgtable.h | 46 #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
|
| /kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
| D | pgtable.h | 242 #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
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 103 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 129 #define pfn_pte(pfn, pgprot) \ argument
|