/linux-4.4.14/drivers/staging/android/ion/ |
D | ion_heap.c | 34 pgprot_t pgprot; in ion_heap_map_kernel() local 106 static int ion_heap_clear_pages(struct page **pages, int num, pgprot_t pgprot) in ion_heap_clear_pages() 119 pgprot_t pgprot) in ion_heap_sglist_zero() 144 pgprot_t pgprot; in ion_heap_buffer_zero() local 154 int ion_heap_pages_zero(struct page *page, size_t size, pgprot_t pgprot) in ion_heap_pages_zero()
|
D | ion_test.c | 50 pgprot_t pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_handle_test_dma() local
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable_types.h | 218 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; struct 355 static inline enum page_cache_mode pgprot2cachemode(pgprot_t pgprot) in pgprot2cachemode() 364 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large() 373 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
|
D | pgtable.h | 344 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot() 354 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 360 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() 552 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 803 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable-3level.h | 101 static inline pte_t pfn_pte(pfn_t page_nr, pgprot_t pgprot) in pfn_pte() 110 static inline pmd_t pfn_pmd(pfn_t page_nr, pgprot_t pgprot) in pfn_pmd()
|
D | page.h | 84 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | pgtable.h | 277 #define mk_pte(page, pgprot) \ argument
|
/linux-4.4.14/arch/parisc/mm/ |
D | ioremap.c | 32 pgprot_t pgprot; in __ioremap() local
|
D | init.c | 398 pgprot_t pgprot, int force) in map_pages()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | page.h | 78 typedef struct { unsigned long long pgprot; } pgprot_t; member 86 typedef struct { unsigned long pgprot; } pgprot_t; member 92 typedef struct { unsigned long long pgprot; } pgprot_t; member
|
D | pgtable_64.h | 279 #define mk_pte(page,pgprot) \ argument 292 #define mk_pte_phys(physpage, pgprot) \ argument
|
D | pgtable_32.h | 389 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
/linux-4.4.14/arch/sh/mm/ |
D | ioremap.c | 39 pgprot_t pgprot, void *caller) in __ioremap_caller()
|
/linux-4.4.14/arch/m32r/mm/ |
D | ioremap.c | 48 pgprot_t pgprot; in __ioremap() local
|
/linux-4.4.14/include/asm-generic/ |
D | hugetlb.h | 4 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
|
D | page.h | 49 unsigned long pgprot; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable.h | 70 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() 78 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
D | page.h | 321 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 178 static inline pte_t __mk_pte(void * page, pgprot_t pgprot) in __mk_pte() 186 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument 188 #define mk_pte_phys(physpage, pgprot) \ argument
|
D | page.h | 28 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/powerpc/mm/ |
D | pgtable_64.c | 760 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits() 766 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd() 780 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | page.h | 26 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | sun3_pgtable.h | 102 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 130 #define pfn_pte(pfn, pgprot) \ argument
|
D | motorola_pgtable.h | 100 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
D | mcf_pgtable.h | 156 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 283 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() 288 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() 293 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
|
D | pgtable_64.h | 244 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 247 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() 253 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
D | page_64.h | 62 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | page_32.h | 59 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 316 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte() 324 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument 326 #define mk_pte_phys(physpage, pgprot) \ argument
|
D | page.h | 62 unsigned long pgprot; member
|
/linux-4.4.14/arch/nios2/mm/ |
D | ioremap.c | 28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte() local
|
/linux-4.4.14/arch/mips/mm/ |
D | ioremap.c | 24 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | __READABLE in remap_area_pte() local
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | mmzone.h | 78 #define mk_pte(page, pgprot) \ argument
|
D | pgtable.h | 210 #define mk_pte(page, pgprot) \ argument 219 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte()
|
D | page.h | 33 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-2level-types.h | 36 typedef struct { pteval_t pgprot; } pgprot_t; member
|
D | pgtable-3level-types.h | 39 typedef struct { pteval_t pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/s390/include/asm/ |
D | hugetlb.h | 72 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
|
D | pgtable.h | 1296 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() 1303 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() 1341 #define pfn_pte(pfn,pgprot) mk_pte_phys(__pa((pfn) << PAGE_SHIFT),(pgprot)) argument 1354 static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) in massage_pgprot_pmd() 1441 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys() 1626 #define pfn_pmd(pfn, pgprot) mk_pmd_phys(__pa((pfn) << PAGE_SHIFT), (pgprot)) argument 1627 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
D | page.h | 70 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/m68k/kernel/ |
D | dma.c | 25 pgprot_t pgprot; in dma_alloc_coherent() local
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | page.h | 39 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | page.h | 63 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 309 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 409 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) argument
|
D | page.h | 84 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 303 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 480 #define pfn_pmd(pfn, pgprot) pte_pmd(pfn_pte((pfn), (pgprot))) argument 482 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
D | page.h | 104 static inline u64 pgprot_val(pgprot_t pgprot) in pgprot_val()
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | page.h | 34 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | pgtable.h | 280 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable-types.h | 57 typedef struct { pteval_t pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/arc/include/asm/ |
D | page.h | 44 unsigned long pgprot; member
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | page.h | 40 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | pgtable.h | 391 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | page.h | 32 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | pgtable.h | 279 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), pgprot) argument
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 249 #define pfn_pte(pfn, pgprot) \ argument 255 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 258 #define mk_pte_phys(physpage, pgprot) \ argument
|
D | page.h | 180 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 387 #define __mk_pte(addr,pgprot) \ argument 396 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 398 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
|
D | page.h | 46 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/frv/include/asm/ |
D | page.h | 27 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | pgtable.h | 418 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 422 #define mk_pte_phys(physpage, pgprot) pfn_pte((physpage) >> PAGE_SHIFT, pgprot) argument
|
/linux-4.4.14/arch/x86/mm/ |
D | pageattr.c | 907 unsigned num_pages, pmd_t *pmd, pgprot_t pgprot) in populate_pte() 929 unsigned num_pages, pud_t *pud, pgprot_t pgprot) in populate_pmd() 1002 pgprot_t pgprot) in populate_pud() 1085 pgprot_t pgprot = __pgprot(_KERNPG_TABLE); in populate_pgd() local
|
D | pat.c | 889 pgprot_t pgprot; in track_pfn_copy() local
|
/linux-4.4.14/arch/metag/include/asm/ |
D | page.h | 76 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | pgtable.h | 154 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
/linux-4.4.14/arch/score/include/asm/ |
D | page.h | 46 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | page.h | 107 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/mips/include/asm/ |
D | page.h | 149 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | pgtable.h | 431 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
/linux-4.4.14/arch/x86/include/asm/xen/ |
D | page.h | 260 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 368 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() 375 #define mk_pte(page, pgprot) \ argument
|
D | page.h | 90 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/linux-4.4.14/arch/tile/mm/ |
D | pgtable.c | 515 pgprot_t pgprot; in ioremap_prot() local
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_vm.c | 690 unsigned int pgprot; in drm_vma_info() local
|
/linux-4.4.14/drivers/iommu/ |
D | msm_iommu.c | 378 unsigned int pgprot; in msm_iommu_map() local
|
/linux-4.4.14/arch/ia64/mm/ |
D | init.c | 211 put_kernel_page (struct page *page, unsigned long address, pgprot_t pgprot) in put_kernel_page()
|
/linux-4.4.14/mm/ |
D | huge_memory.c | 895 pgprot_t pgprot = vma->vm_page_prot; in vmf_insert_pfn_pmd() local
|
D | memory.c | 1608 pgprot_t pgprot = vma->vm_page_prot; in vm_insert_pfn() local
|