Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-4.19/drivers/staging/android/ion/
Dion_heap.c25 pgprot_t pgprot; in ion_heap_map_kernel() local
98 static int ion_heap_clear_pages(struct page **pages, int num, pgprot_t pgprot) in ion_heap_clear_pages()
111 pgprot_t pgprot) in ion_heap_sglist_zero()
136 pgprot_t pgprot; in ion_heap_buffer_zero() local
146 int ion_heap_pages_zero(struct page *page, size_t size, pgprot_t pgprot) in ion_heap_pages_zero()
/kernel/linux/linux-5.10/drivers/staging/android/ion/
Dion_heap.c25 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/
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()
/kernel/linux/linux-4.19/include/linux/
Dpfn_t.h85 static inline pte_t pfn_t_pte(pfn_t pfn, pgprot_t pgprot) in pfn_t_pte()
92 static inline pmd_t pfn_t_pmd(pfn_t pfn, pgprot_t pgprot) in pfn_t_pmd()
98 static inline pud_t pfn_t_pud(pfn_t pfn, pgprot_t pgprot) in pfn_t_pud()
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dpgtable_types.h266 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; member
478 static inline enum page_cache_mode pgprot2cachemode(pgprot_t pgprot) in pgprot2cachemode()
487 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large()
496 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
Dpgtable.h523 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot()
533 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot()
550 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
558 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
566 static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot) in pfn_pud()
809 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
1139 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpgtable-3level.h94 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-4.19/arch/um/include/asm/
Dpgtable-3level.h102 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
111 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
/kernel/linux/linux-4.19/arch/powerpc/mm/
Dpgtable-book3s64.c119 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits()
124 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd()
132 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dpgtable.c134 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-4.19/arch/powerpc/include/asm/
Dpgtable.h29 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
/kernel/linux/linux-4.19/arch/sh/include/asm/
Dpage.h79 typedef struct { unsigned long long pgprot; } pgprot_t; member
87 typedef struct { unsigned long pgprot; } pgprot_t; member
93 typedef struct { unsigned long long pgprot; } pgprot_t; member
/kernel/linux/linux-5.10/arch/parisc/mm/
Dioremap.c33 pgprot_t pgprot; in ioremap() local
/kernel/linux/linux-4.19/arch/parisc/mm/
Dioremap.c33 pgprot_t pgprot; in __ioremap() local
/kernel/linux/linux-4.19/arch/sh/mm/
Dioremap.c39 pgprot_t pgprot, void *caller) in __ioremap_caller()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable_types.h284 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; member
493 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large()
503 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
/kernel/linux/linux-4.19/include/asm-generic/
Dhugetlb.h5 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
/kernel/linux/linux-5.10/arch/sh/mm/
Dioremap.c86 pgprot_t pgprot, void *caller) in __ioremap_caller()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo_vm.c182 pgprot_t pgprot) in ttm_bo_vm_insert_huge()
241 pgprot_t pgprot) in ttm_bo_vm_insert_huge()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpgtable_32.h295 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-5.10/arch/openrisc/include/asm/
Dpgtable.h310 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/sh/include/asm/
Dpage.h77 typedef struct { unsigned long long pgprot; } pgprot_t; member
85 typedef struct { unsigned long pgprot; } pgprot_t; member
/kernel/linux/linux-4.19/arch/m68k/kernel/
Ddma.c26 pgprot_t pgprot; in arch_dma_alloc() local
/kernel/linux/linux-4.19/arch/sparc/include/asm/
Dpgtable_32.h284 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
289 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys()
294 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/m68k/include/asm/
Dsun3_pgtable.h103 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
129 #define pfn_pte(pfn, pgprot) \ argument

123456