/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable_types.h | 218 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; typedef 305 #define __pgprot(x) ((pgprot_t) { (x) } ) 325 static inline pgprot_t cachemode2pgprot(enum page_cache_mode pcm) in cachemode2pgprot() 329 static inline enum page_cache_mode pgprot2cachemode(pgprot_t pgprot) in pgprot2cachemode() 338 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large() 341 pgprot_t new; in pgprot_4k_2_large() 347 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k() 350 pgprot_t new; in pgprot_large_2_4k() 366 extern pgprot_t pgprot_writecombine(pgprot_t prot); 373 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, [all …]
|
D | fixmap.h | 146 extern pgprot_t kmap_prot; 151 phys_addr_t phys, pgprot_t flags); 155 phys_addr_t phys, pgprot_t flags) in __set_fixmap() 167 phys_addr_t phys, pgprot_t flags);
|
D | iomap.h | 30 iomap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot); 36 iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot);
|
D | highmem.h | 66 void *kmap_atomic_prot(struct page *page, pgprot_t prot); 70 void *kmap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot);
|
D | pgtable.h | 327 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot() 337 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 343 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() 349 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 363 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify() 375 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | mmu.h | 62 unsigned long size, pgprot_t prot); 64 pgprot_t prot, void *caller); 71 unsigned long size, pgprot_t prot) in pmb_bolt_mapping() 78 pgprot_t prot, void *caller) in pmb_remap_caller() 99 pmb_remap(phys_addr_t phys, unsigned long size, pgprot_t prot) in pmb_remap()
|
D | page.h | 77 typedef struct { unsigned long long pgprot; } pgprot_t; typedef 85 typedef struct { unsigned long pgprot; } pgprot_t; typedef 91 typedef struct { unsigned long long pgprot; } pgprot_t; typedef 101 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | fixmap.h | 79 unsigned long phys, pgprot_t flags); 80 extern void __clear_fixmap(enum fixed_addresses idx, pgprot_t flags);
|
D | io.h | 270 pgprot_t prot, void *caller); 274 __ioremap(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap() 280 __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_29bit() 315 __ioremap_mode(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_mode() 355 extern void __iomem *ioremap_fixed(phys_addr_t, unsigned long, pgprot_t); 360 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed()
|
D | pgtable_64.h | 295 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
D | pgtable_32.h | 391 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/include/linux/ |
D | vmalloc.h | 58 int node, pgprot_t prot); 77 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot); 80 pgprot_t prot, unsigned long vm_flags, int node, 86 unsigned long flags, pgprot_t prot); 123 extern int map_vm_area(struct vm_struct *area, pgprot_t prot, 127 pgprot_t prot, struct page **pages); 133 pgprot_t prot, struct page **pages) in map_kernel_range_noflush()
|
D | io.h | 32 phys_addr_t phys_addr, pgprot_t prot); 35 phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
|
D | io-mapping.h | 41 pgprot_t prot; 55 pgprot_t prot; in io_mapping_create_wc()
|
D | crash_dump.h | 23 unsigned long size, pgprot_t prot);
|
D | agpgart.h | 62 pgprot_t prot;
|
D | hugetlb.h | 112 unsigned long address, unsigned long end, pgprot_t newprot); 156 unsigned long address, unsigned long end, pgprot_t newprot) in hugetlb_change_protection()
|
D | mm_types.h | 270 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
|
D | huge_mm.h | 34 unsigned long addr, pgprot_t newprot,
|
D | mm.h | 205 extern pgprot_t protection_map[16]; 1286 unsigned long end, pgprot_t newprot, 2014 pgprot_t vm_get_page_prot(unsigned long vm_flags); 2017 static inline pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot() 2034 unsigned long pfn, unsigned long size, pgprot_t);
|
/linux-4.1.27/include/asm-generic/ |
D | pgtable.h | 271 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() 492 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap() 503 static inline int track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert() 528 extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, 531 extern int track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, 701 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot); 702 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot); 706 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() 710 static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge()
|
D | hugetlb.h | 4 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte() 29 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify()
|
D | page.h | 50 } pgprot_t; typedef 61 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | dma-mapping-common.h | 189 pgprot_t prot, const void *caller); 192 unsigned long vm_flags, pgprot_t prot,
|
/linux-4.1.27/arch/arm/mm/ |
D | pageattr.c | 20 pgprot_t set_mask; 21 pgprot_t clear_mask; 38 pgprot_t set_mask, pgprot_t clear_mask) in change_memory_common()
|
D | dma-mapping.c | 291 pgprot_t prot, struct page **ret_page, 295 pgprot_t prot, struct page **ret_page, 299 __dma_alloc_remap(struct page *page, size_t size, gfp_t gfp, pgprot_t prot, in __dma_alloc_remap() 349 pgprot_t prot = pgprot_dmacoherent(PAGE_KERNEL); in atomic_pool_init() 453 pgprot_t prot = *(pgprot_t *)data; in __dma_update_pte() 459 static void __dma_remap(struct page *page, size_t size, pgprot_t prot) in __dma_remap() 469 pgprot_t prot, struct page **ret_page, in __alloc_remap_buffer() 528 pgprot_t prot, struct page **ret_page, in __alloc_from_contiguous() 573 static inline pgprot_t __get_dma_pgprot(struct dma_attrs *attrs, pgprot_t prot) in __get_dma_pgprot() 612 gfp_t gfp, pgprot_t prot, bool is_coherent, in __dma_alloc() [all …]
|
D | mmu.c | 66 pgprot_t pgprot_user; 67 pgprot_t pgprot_kernel; 68 pgprot_t pgprot_hyp_device; 69 pgprot_t pgprot_s2; 70 pgprot_t pgprot_s2_device; 365 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() 659 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() 660 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
|
D | fault-armv.c | 243 pgprot_t prot = __pgprot_modify(PAGE_KERNEL, in check_writebuffer_bugs()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable.h | 83 extern pgprot_t pgprot_user; 84 extern pgprot_t pgprot_kernel; 85 extern pgprot_t pgprot_hyp_device; 86 extern pgprot_t pgprot_s2; 87 extern pgprot_t pgprot_s2_device; 130 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, 131 unsigned long size, pgprot_t vma_prot); 255 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() 261 static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot) in set_pte_bit() 307 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
D | pgtable-2level-types.h | 36 typedef struct { pteval_t pgprot; } pgprot_t; typedef 45 #define __pgprot(x) ((pgprot_t) { (x) } ) 54 typedef pteval_t pgprot_t; typedef
|
D | pgtable-3level-types.h | 39 typedef struct { pteval_t pgprot; } pgprot_t; typedef 49 #define __pgprot(x) ((pgprot_t) { (x) } ) 56 typedef pteval_t pgprot_t; typedef
|
D | fixmap.h | 21 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
D | page-nommu.h | 35 typedef unsigned long pgprot_t; typedef
|
D | pgtable-3level.h | 266 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
|
/linux-4.1.27/arch/arm64/mm/ |
D | pageattr.c | 22 pgprot_t set_mask; 23 pgprot_t clear_mask; 40 pgprot_t set_mask, pgprot_t clear_mask) in change_memory_common()
|
D | mmu.c | 52 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() 53 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() 91 pgprot_t prot, in alloc_init_pte() 115 pgprot_t prot = __pgprot(pud_val(*old_pud) ^ addr); in split_pud() 126 phys_addr_t phys, pgprot_t prot, in alloc_init_pmd() 191 phys_addr_t phys, pgprot_t prot, in alloc_init_pud() 243 phys_addr_t size, pgprot_t prot, in __create_mapping() 270 phys_addr_t size, pgprot_t prot) in create_mapping() 283 pgprot_t prot) in create_pgd_mapping() 290 phys_addr_t size, pgprot_t prot) in create_mapping_late() [all …]
|
D | ioremap.c | 33 pgprot_t prot, void *caller) in __ioremap_caller() 76 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap()
|
D | dma-mapping.c | 34 static pgprot_t __get_dma_pgprot(struct dma_attrs *attrs, pgprot_t prot, in __get_dma_pgprot() 358 pgprot_t prot = __pgprot(PROT_NORMAL_NC); in atomic_pool_init()
|
/linux-4.1.27/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() 299 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() 305 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__; 306 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 410 unsigned long, pgprot_t); 414 unsigned long size, pgprot_t prot) in io_remap_pfn_range()
|
D | pgtable_64.h | 212 pte_t mk_pte_io(unsigned long, pgprot_t, int, unsigned long); 216 extern pgprot_t PAGE_KERNEL; 217 extern pgprot_t PAGE_KERNEL_LOCKED; 218 extern pgprot_t PAGE_COPY; 219 extern pgprot_t PAGE_SHARED; 237 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() 247 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() 278 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() 337 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify() 347 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() [all …]
|
D | page_32.h | 59 typedef struct { unsigned long pgprot; } pgprot_t; typedef 75 #define __pgprot(x) ((pgprot_t) { (x) } ) 87 typedef unsigned long pgprot_t; typedef
|
D | page_64.h | 62 typedef struct { unsigned long pgprot; } pgprot_t; typedef 76 #define __pgprot(x) ((pgprot_t) { (x) } ) 85 typedef unsigned long pgprot_t; typedef
|
D | highmem.h | 31 extern pgprot_t kmap_prot;
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 406 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() 415 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() 432 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 441 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 469 …uct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot); 475 pgprot_t prot) in io_remap_pfn_range() 589 extern pmd_t mk_pmd(struct page *page, pgprot_t prot); 604 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify() 643 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, 644 unsigned long size, pgprot_t vma_prot); [all …]
|
D | page.h | 149 typedef struct { unsigned long pgprot; } pgprot_t; typedef 151 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | pgtable-32.h | 110 pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 46 extern pgprot_t swapper_pgprot; 166 (pgprot_t) { ((oldprot).val & ~_PAGE_ALL) | (newprot).val } 275 extern pgprot_t set_remote_cache_cpu(pgprot_t prot, int cpu); 276 extern int get_remote_cache_cpu(pgprot_t prot); 278 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() 309 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 433 static inline pmd_t ptfn_pmd(unsigned long ptfn, pgprot_t prot) in ptfn_pmd() 484 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
|
D | highmem.h | 65 void *kmap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot); 67 void *kmap_atomic_prot(struct page *page, pgprot_t prot);
|
D | page.h | 85 typedef HV_PTE pgprot_t; typedef 102 static inline u64 pgprot_val(pgprot_t pgprot) in pgprot_val()
|
D | mmu_context.h | 37 static inline void __install_page_table(pgd_t *pgdir, int asid, pgprot_t prot) in __install_page_table()
|
D | io.h | 48 pgprot_t pgprot);
|
/linux-4.1.27/include/xen/ |
D | xen-ops.h | 52 int *err_ptr, pgprot_t prot, 71 pgprot_t prot, unsigned domid, 78 int *err_ptr, pgprot_t prot,
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | page.h | 39 typedef struct { unsigned long pgprot; } pgprot_t; typedef 47 #define __pgprot(x) ((pgprot_t) { (x) }) 55 typedef unsigned long pgprot_t; typedef
|
D | pgtable.h | 85 extern pgprot_t pgprot_user; 86 extern pgprot_t pgprot_kernel; 243 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/lib/ |
D | ioremap.c | 54 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pte_range() 72 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pmd_range() 98 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pud_range() 124 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable-types.h | 57 typedef struct { pteval_t pgprot; } pgprot_t; typedef 59 #define __pgprot(x) ((pgprot_t) { (x) } ) 83 typedef pteval_t pgprot_t; typedef
|
D | pgtable.h | 153 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() 159 static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot) in set_pte_bit() 268 static inline pgprot_t mk_sect_prot(pgprot_t prot) in mk_sect_prot() 332 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, 333 unsigned long size, pgprot_t vma_prot); 462 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 470 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
|
D | mmu.h | 36 pgprot_t prot);
|
D | fixmap.h | 68 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
D | io.h | 166 extern void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot);
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable.h | 39 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot() 70 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() 99 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 205 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, 206 unsigned long size, pgprot_t vma_prot);
|
D | highmem.h | 32 extern pgprot_t kmap_prot; 63 extern void *kmap_atomic_prot(struct page *page, pgprot_t prot);
|
D | page.h | 320 typedef struct { unsigned long pgprot; } pgprot_t; typedef 322 #define __pgprot(x) ((pgprot_t) { (x) }) 357 typedef unsigned long pgprot_t; typedef
|
D | pci.h | 165 extern pgprot_t pci_phys_mem_access_prot(struct file *file, 168 pgprot_t prot);
|
D | fixmap.h | 59 phys_addr_t phys, pgprot_t flags);
|
D | mman.h | 27 static inline pgprot_t arch_vm_get_page_prot(unsigned long vm_flags) in arch_vm_get_page_prot()
|
D | machdep.h | 188 pgprot_t (*phys_mem_access_prot)(struct file *file, 191 pgprot_t vma_prot);
|
D | pgtable-ppc64.h | 439 extern pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot); 440 extern pmd_t mk_pmd(struct page *page, pgprot_t pgprot); 441 extern pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot);
|
/linux-4.1.27/arch/arc/include/asm/ |
D | page.h | 45 } pgprot_t; typedef 54 #define __pgprot(x) ((pgprot_t) { (x) }) 62 typedef unsigned long pgprot_t; typedef
|
D | pgtable.h | 306 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/x86/mm/ |
D | iomap_32.c | 34 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot) in iomap_create_wc() 57 void *kmap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot) in kmap_atomic_prot_pfn() 77 iomap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot) in iomap_atomic_prot_pfn()
|
D | pageattr.c | 34 pgprot_t mask_set; 35 pgprot_t mask_clr; 252 static inline pgprot_t static_protections(pgprot_t prot, unsigned long address, in static_protections() 255 pgprot_t forbidden = __pgprot(0); in static_protections() 466 pgprot_t old_prot, new_prot, req_prot; in try_preserve_large_page() 552 pgprot_t chk_prot = static_protections(req_prot, addr, pfn); in try_preserve_large_page() 600 pgprot_t ref_prot; in __split_large_page() 880 unsigned num_pages, pmd_t *pmd, pgprot_t pgprot) in populate_pte() 902 unsigned num_pages, pud_t *pud, pgprot_t pgprot) in populate_pmd() 906 pgprot_t pmd_pgprot; in populate_pmd() [all …]
|
D | pat.c | 606 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() 607 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() 643 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() 716 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range() 808 pgprot_t pgprot; in track_pfn_copy() 831 int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap() 870 int track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert() 914 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine()
|
D | dump_pagetables.c | 29 pgprot_t current_prot; 124 static void printk_prot(struct seq_file *m, pgprot_t prot, int level, bool dmsg) in printk_prot() 191 pgprot_t new_prot, int level) in note_page() 275 pgprot_t prot = pte_pgprot(*start); in walk_pte_level()
|
D | init_32.c | 316 pgprot_t prot = PAGE_KERNEL_LARGE; in kernel_physical_mapping_init() 321 pgprot_t init_prot = in kernel_physical_mapping_init() 348 pgprot_t prot = PAGE_KERNEL; in kernel_physical_mapping_init() 353 pgprot_t init_prot = __pgprot(PTE_IDENT_ATTR); in kernel_physical_mapping_init() 391 pgprot_t kmap_prot;
|
D | pgtable.c | 560 pgprot_t flags) in native_set_fixmap() 566 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() 587 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge()
|
D | ioremap.c | 91 pgprot_t prot; in __ioremap_caller() 442 phys_addr_t phys, pgprot_t flags) in __early_set_fixmap()
|
D | highmem_32.c | 33 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot()
|
D | init_64.c | 331 pgprot_t prot; in __init_extra_mapping() 403 pgprot_t prot) in phys_pte_init() 448 unsigned long page_size_mask, pgprot_t prot) in phys_pmd_init() 458 pgprot_t new_prot = prot; in phys_pmd_init() 532 pgprot_t prot = PAGE_KERNEL; in phys_pud_init()
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | page.h | 33 typedef struct { unsigned long pgprot; } pgprot_t; typedef 43 #define __pgprot(x) ((pgprot_t) { (x) } ) 52 typedef unsigned long pgprot_t; typedef
|
D | pgtable.h | 219 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte() 222 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | page.h | 26 typedef struct { unsigned long pgprot; } pgprot_t; typedef 37 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | sun3_pgtable.h | 104 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
D | motorola_pgtable.h | 102 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
D | mcf_pgtable.h | 158 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | highmem.h | 28 extern pgprot_t kmap_prot; 55 extern void *kmap_atomic_prot(struct page *page, pgprot_t prot);
|
D | pci.h | 121 extern pgprot_t pci_phys_mem_access_prot(struct file *file, 124 pgprot_t prot);
|
D | fixmap.h | 59 phys_addr_t phys, pgprot_t flags);
|
D | page.h | 90 typedef struct { unsigned long pgprot; } pgprot_t; typedef 116 # define __pgprot(x) ((pgprot_t) { (x) })
|
D | pgtable.h | 368 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() 383 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | page.h | 46 typedef struct { unsigned long pgprot; } pgprot_t; typedef 57 #define __pgprot(x) ((pgprot_t) { (x) } ) 69 typedef unsigned long pgprot_t; typedef
|
D | pgtable.h | 380 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() 387 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/cris/include/asm/ |
D | page.h | 28 typedef struct { unsigned long pgprot; } pgprot_t; typedef 38 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | cacheflush.h | 30 int change_page_attr(struct page *page, int numpages, pgprot_t prot);
|
D | pgtable.h | 178 static inline pte_t __mk_pte(void * page, pgprot_t pgprot) in __mk_pte() 196 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
D | io.h | 38 extern void __iomem * __ioremap_prot(unsigned long phys_addr, unsigned long size, pgprot_t prot);
|
/linux-4.1.27/arch/tile/mm/ |
D | init.c | 210 static pgprot_t __init construct_pgprot(pgprot_t prot, int home) in construct_pgprot() 226 static pgprot_t __init init_pgprot(ulong address) in init_pgprot() 378 static inline pgprot_t ktext_set_nocache(pgprot_t prot) in ktext_set_nocache() 464 pgprot_t prot = init_pgprot(address); in kernel_physical_mapping_init() 475 pgprot_t prot = init_pgprot(address); in kernel_physical_mapping_init() 513 pgprot_t prot = construct_pgprot(PAGE_KERNEL_EXEC, in kernel_physical_mapping_init()
|
D | pgtable.c | 371 pgprot_t set_remote_cache_cpu(pgprot_t prot, int cpu) in set_remote_cache_cpu() 383 int get_remote_cache_cpu(pgprot_t prot) in get_remote_cache_cpu() 510 pgprot_t home) in ioremap_prot() 515 pgprot_t pgprot; in ioremap_prot()
|
D | highmem.c | 198 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() 273 void *kmap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot) in kmap_atomic_prot_pfn()
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion_heap.c | 34 pgprot_t pgprot; in ion_heap_map_kernel() 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() 154 int ion_heap_pages_zero(struct page *page, size_t size, pgprot_t pgprot) in ion_heap_pages_zero()
|
D | ion_priv.h | 235 int ion_heap_pages_zero(struct page *page, size_t size, pgprot_t pgprot);
|
D | ion_test.c | 50 pgprot_t pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_handle_test_dma()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | page.h | 32 typedef struct { unsigned long pgprot; } pgprot_t; typedef 42 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | pgtable.h | 265 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() 281 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | page.h | 63 typedef struct { unsigned long pgprot; } pgprot_t; typedef 71 #define __pgprot(x) ((pgprot_t) { (x) })
|
D | pgtable.h | 119 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() 178 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | page.h | 63 } pgprot_t; typedef 72 #define __pgprot(x) ((pgprot_t) { (x) })
|
D | io.h | 36 pgprot_t prot);
|
D | pgtable.h | 316 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte() 334 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | page.h | 34 typedef struct { unsigned long pgprot; } pgprot_t; typedef 43 #define __pgprot(x) ((pgprot_t) { (x) })
|
D | pgtable.h | 282 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | page.h | 180 typedef struct { unsigned long pgprot; } pgprot_t; typedef 193 # define __pgprot(x) ((pgprot_t) { (x) } ) 203 typedef unsigned long pgprot_t; typedef
|
D | pgtable.h | 356 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, 357 unsigned long size, pgprot_t vma_prot);
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | page.h | 84 typedef struct { unsigned long pgprot; } pgprot_t; typedef 92 #define __pgprot(x) ((pgprot_t) { (x) })
|
D | pgtable.h | 355 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify()
|
/linux-4.1.27/arch/frv/include/asm/ |
D | page.h | 27 typedef struct { unsigned long pgprot; } pgprot_t; typedef 40 #define __pgprot(x) ((pgprot_t) { (x) } )
|
/linux-4.1.27/mm/ |
D | mprotect.c | 61 unsigned long addr, unsigned long end, pgprot_t newprot, in change_pte_range() 136 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() 193 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() 212 unsigned long addr, unsigned long end, pgprot_t newprot, in change_protection_range() 242 unsigned long end, pgprot_t newprot, in change_protection()
|
D | early_ioremap.c | 49 phys_addr_t phys, pgprot_t prot) in __late_set_fixmap() 97 __early_ioremap(resource_size_t phys_addr, unsigned long size, pgprot_t prot) in __early_ioremap()
|
D | vmalloc.c | 118 unsigned long end, pgprot_t prot, struct page **pages, int *nr) in vmap_pte_range() 144 unsigned long end, pgprot_t prot, struct page **pages, int *nr) in vmap_pmd_range() 161 unsigned long end, pgprot_t prot, struct page **pages, int *nr) in vmap_pud_range() 184 pgprot_t prot, struct page **pages) in vmap_page_range_noflush() 205 pgprot_t prot, struct page **pages) in vmap_page_range() 1115 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() 1249 pgprot_t prot, struct page **pages) in map_kernel_range_noflush() 1292 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages) in map_vm_area() 1552 unsigned long flags, pgprot_t prot) in vmap() 1576 gfp_t gfp_mask, pgprot_t prot, [all …]
|
D | nommu.c | 280 void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot) in __vmalloc() 467 void *vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot) in vmap() 480 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() 1855 unsigned long pfn, unsigned long size, pgprot_t prot) in remap_pfn_range()
|
D | memory.c | 1441 struct page *page, pgprot_t prot) in insert_page() 1519 unsigned long pfn, pgprot_t prot) in insert_pfn() 1567 pgprot_t pgprot = vma->vm_page_prot; in vm_insert_pfn() 1623 unsigned long pfn, pgprot_t prot) in remap_pte_range() 1644 unsigned long pfn, pgprot_t prot) in remap_pmd_range() 1665 unsigned long pfn, pgprot_t prot) in remap_pud_range() 1694 unsigned long pfn, unsigned long size, pgprot_t prot) in remap_pfn_range()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | hugetlb.h | 76 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte() 111 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify()
|
D | page.h | 70 typedef struct { unsigned long pgprot; } pgprot_t; typedef 90 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | pgtable.h | 836 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 1231 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() 1238 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() 1289 static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) in massage_pgprot_pmd() 1356 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify() 1374 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys()
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | page.h | 40 typedef struct { unsigned long pgprot; } pgprot_t; typedef 58 #define __pgprot(x) ((pgprot_t) { (x) })
|
D | highmem.h | 30 extern pgprot_t kmap_prot;
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 252 pgprot_t prot) in ttm_copy_io_ttm_page() 289 pgprot_t prot) in ttm_copy_ttm_io_page() 384 pgprot_t prot = ttm_io_prot(old_mem->placement, in ttm_bo_move_memcpy() 389 pgprot_t prot = ttm_io_prot(new_mem->placement, in ttm_bo_move_memcpy() 481 pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp) in ttm_io_prot() 533 struct ttm_mem_reg *mem = &bo->mem; pgprot_t prot; in ttm_bo_kmap_ttm()
|
/linux-4.1.27/arch/score/include/asm/ |
D | page.h | 46 typedef struct { unsigned long pgprot; } pgprot_t; typedef 55 #define __pgprot(x) ((pgprot_t) { (x) })
|
D | pgtable.h | 153 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() 244 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/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; typedef 93 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | fixmap.h | 40 unsigned long phys, pgprot_t flags);
|
D | pgtable.h | 285 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/drivers/xen/ |
D | xlate_mmu.c | 66 pgprot_t prot; 99 int *err_ptr, pgprot_t prot, in xen_xlate_remap_gfn_array()
|
/linux-4.1.27/arch/metag/include/asm/ |
D | page.h | 76 typedef struct { unsigned long pgprot; } pgprot_t; typedef 85 #define __pgprot(x) ((pgprot_t) { (x) })
|
D | pgtable.h | 156 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/mips/loongson/common/ |
D | mem.c | 113 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() 114 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
|
/linux-4.1.27/arch/sh/mm/ |
D | init.c | 72 static void set_pte_phys(unsigned long addr, unsigned long phys, pgprot_t prot) in set_pte_phys() 89 static void clear_pte_phys(unsigned long addr, pgprot_t prot) in clear_pte_phys() 102 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() 114 void __clear_fixmap(enum fixed_addresses idx, pgprot_t prot) in __clear_fixmap()
|
D | nommu.c | 98 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap()
|
D | ioremap.c | 39 pgprot_t pgprot, void *caller) in __ioremap_caller()
|
D | pmb.c | 117 static inline unsigned long pgprot_to_pmb_flags(pgprot_t prot) in pgprot_to_pmb_flags() 207 static inline bool pmb_prot_valid(pgprot_t prot) in pmb_prot_valid() 336 unsigned long size, pgprot_t prot) in pmb_bolt_mapping() 411 pgprot_t prot, void *caller) in pmb_remap_caller()
|
D | ioremap_fixed.c | 47 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | page.h | 107 typedef struct { unsigned long pgprot; } pgprot_t; typedef 116 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | pgtable.h | 289 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/linux-4.1.27/arch/sh/include/cpu-sh4/cpu/ |
D | sq.h | 32 const char *name, pgprot_t prot);
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.h | 16 void set_pte_mfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags);
|
D | mmu.c | 288 void set_pte_mfn(unsigned long vaddr, unsigned long mfn, pgprot_t flags) in set_pte_mfn() 1547 static inline void __set_pfn_prot(unsigned long pfn, pgprot_t prot) in __set_pfn_prot() 1687 static void __init set_page_prot_flags(void *addr, pgprot_t prot, in set_page_prot_flags() 1700 static void __init set_page_prot(void *addr, pgprot_t prot) in set_page_prot() 1978 static void xen_set_fixmap(unsigned idx, phys_addr_t phys, pgprot_t prot) in xen_set_fixmap() 2444 pgprot_t prot; 2471 int *err_ptr, pgprot_t prot, in do_remap_mfn() 2555 pgprot_t prot, unsigned domid, in xen_remap_domain_mfn_range() 2565 int *err_ptr, pgprot_t prot, in xen_remap_domain_mfn_array()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | mem.c | 69 pgprot_t kmap_prot; 94 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() 95 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
|
D | pgtable_32.c | 397 static int __change_page_attr(struct page *page, pgprot_t prot) in __change_page_attr() 423 static int change_page_attr(struct page *page, int numpages, pgprot_t prot) in change_page_attr() 450 void __set_fixmap (enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap()
|
D | highmem.c | 32 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot()
|
D | pgtable_64.c | 775 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits() 781 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd() 795 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd() 800 pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
|
D | mmu_decl.h | 99 unsigned int size, pgprot_t prot);
|
D | ppc_mmu_32.c | 116 unsigned int size, pgprot_t prot) in setbat()
|
/linux-4.1.27/arch/tile/gxio/ |
D | kiorpc.c | 33 pgprot_t mmio_base, prot = { 0 }; in iorpc_ioremap()
|
/linux-4.1.27/arch/hexagon/mm/ |
D | ioremap.c | 31 pgprot_t prot = __pgprot(_PAGE_PRESENT|_PAGE_READ|_PAGE_WRITE in ioremap_nocache()
|
/linux-4.1.27/arch/arm/xen/ |
D | enlighten.c | 59 int *err_ptr, pgprot_t prot, in xen_remap_domain_mfn_array() 72 pgprot_t prot, unsigned domid, in xen_remap_domain_mfn_range()
|
/linux-4.1.27/arch/microblaze/mm/ |
D | highmem.c | 34 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot()
|
D | pgtable.c | 252 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap()
|
D | init.c | 55 pgprot_t kmap_prot;
|
/linux-4.1.27/arch/sh/boards/mach-lboxre2/ |
D | setup.c | 53 pgprot_t prot; in lboxre2_devices_setup()
|
/linux-4.1.27/arch/cris/mm/ |
D | ioremap.c | 30 void __iomem * __ioremap_prot(unsigned long phys_addr, unsigned long size, pgprot_t prot) in __ioremap_prot()
|
/linux-4.1.27/arch/sh/boards/mach-landisk/ |
D | setup.c | 57 pgprot_t prot; in landisk_devices_setup()
|
/linux-4.1.27/arch/sh/boards/mach-sh03/ |
D | setup.c | 78 pgprot_t prot; in sh03_devices_setup()
|
/linux-4.1.27/arch/metag/mm/ |
D | ioremap.c | 34 pgprot_t prot; in __ioremap()
|
/linux-4.1.27/arch/arc/mm/ |
D | ioremap.c | 47 pgprot_t prot = __pgprot(flags); in ioremap_prot()
|
/linux-4.1.27/arch/avr32/mm/ |
D | ioremap.c | 28 pgprot_t prot; in __ioremap()
|
/linux-4.1.27/arch/sparc/mm/ |
D | highmem.c | 34 pgprot_t kmap_prot;
|
D | init_64.c | 1505 unsigned long pend, pgprot_t prot, in kernel_map_range() 2317 pgprot_t PAGE_KERNEL __read_mostly; 2320 pgprot_t PAGE_KERNEL_LOCKED __read_mostly; 2321 pgprot_t PAGE_COPY __read_mostly; 2323 pgprot_t PAGE_SHARED __read_mostly; 2557 pte_t mk_pte_io(unsigned long page, pgprot_t prot, int space, unsigned long page_size) in mk_pte_io()
|
D | io-unit.c | 207 pgprot_t dvma_prot; in iounit_map_dma_area()
|
/linux-4.1.27/arch/parisc/mm/ |
D | ioremap.c | 32 pgprot_t pgprot; in __ioremap()
|
/linux-4.1.27/arch/m32r/mm/ |
D | ioremap.c | 48 pgprot_t pgprot; in __ioremap()
|
/linux-4.1.27/arch/openrisc/mm/ |
D | ioremap.c | 42 __ioremap(phys_addr_t addr, unsigned long size, pgprot_t prot) in __ioremap()
|
D | init.c | 78 pgprot_t prot; in map_ram()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_vm.c | 56 static pgprot_t drm_io_prot(struct drm_local_map *map, in drm_io_prot() 59 pgprot_t tmp = vm_get_page_prot(vma->vm_flags); in drm_io_prot() 78 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_dma_prot() 80 pgprot_t tmp = vm_get_page_prot(vma->vm_flags); in drm_dma_prot()
|
/linux-4.1.27/drivers/base/ |
D | dma-mapping.c | 279 unsigned long vm_flags, pgprot_t prot, in dma_common_pages_remap() 305 pgprot_t prot, const void *caller) in dma_common_contiguous_remap()
|
/linux-4.1.27/arch/mips/mm/ |
D | pgtable-64.c | 79 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd()
|
D | ioremap.c | 24 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | __READABLE in remap_area_pte()
|
D | init.c | 83 static void *__kmap_pgprot(struct page *page, unsigned long addr, pgprot_t prot) in __kmap_pgprot()
|
/linux-4.1.27/arch/ia64/mm/ |
D | ioremap.c | 40 pgprot_t prot; in ioremap()
|
/linux-4.1.27/arch/frv/mm/ |
D | dma-alloc.c | 50 static int map_page(unsigned long va, unsigned long pa, pgprot_t prot) in map_page()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 104 static int __sq_remap(struct sq_mapping *map, pgprot_t prot) in __sq_remap() 146 const char *name, pgprot_t prot) in sq_remap()
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_driver.h | 1029 extern pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp);
|
/linux-4.1.27/arch/mn10300/mm/ |
D | pgtable.c | 35 void set_pmd_pfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags) in set_pmd_pfn()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | mmu.c | 46 pgprot_t pgprot_user; 49 pgprot_t pgprot_kernel;
|
/linux-4.1.27/drivers/char/ |
D | mem.c | 224 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() 265 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() 266 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
|
/linux-4.1.27/arch/s390/kernel/ |
D | crash_dump.c | 188 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range_kdump() 216 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range_zfcpdump() 236 unsigned long pfn, unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range()
|
/linux-4.1.27/arch/microblaze/pci/ |
D | pci-common.c | 234 static pgprot_t __pci_mmap_set_pgprot(struct pci_dev *dev, struct resource *rp, in __pci_mmap_set_pgprot() 235 pgprot_t protection, in __pci_mmap_set_pgprot() 239 pgprot_t prot = protection; in __pci_mmap_set_pgprot() 262 pgprot_t pci_phys_mem_access_prot(struct file *file, in pci_phys_mem_access_prot() 265 pgprot_t prot) in pci_phys_mem_access_prot()
|
/linux-4.1.27/arch/nios2/mm/ |
D | ioremap.c | 28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | proto.h | 195 pgprot_t prot; in __alpha_remap_area_pages()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | dma.c | 25 pgprot_t pgprot; in dma_alloc_coherent()
|
/linux-4.1.27/arch/tile/kernel/ |
D | module.c | 40 pgprot_t prot_rwx = __pgprot(_PAGE_KERNEL | _PAGE_KERNEL_EXEC); in module_alloc()
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | page.h | 225 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte()
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmu.c | 453 pgprot_t prot) in create_hyp_pte_mappings() 470 pgprot_t prot) in create_hyp_pmd_mappings() 504 pgprot_t prot) in create_hyp_pud_mappings() 538 unsigned long pfn, pgprot_t prot) in __create_hyp_mappings() 1226 pgprot_t mem_type = PAGE_S2; in user_mem_abort()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | pci-common.c | 360 static pgprot_t __pci_mmap_set_pgprot(struct pci_dev *dev, struct resource *rp, in __pci_mmap_set_pgprot() 361 pgprot_t protection, in __pci_mmap_set_pgprot() 391 pgprot_t pci_phys_mem_access_prot(struct file *file, in pci_phys_mem_access_prot() 394 pgprot_t prot) in pci_phys_mem_access_prot()
|
/linux-4.1.27/fs/proc/ |
D | vmcore.c | 162 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range() 345 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_checked() 395 unsigned long size, pgprot_t prot) in vmcore_remap_oldmem_pfn()
|
/linux-4.1.27/arch/ia64/pci/ |
D | pci.c | 594 pgprot_t prot; in pci_mmap_page_range() 665 pgprot_t prot; in pci_mmap_legacy_page_range()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | efi.c | 238 pgprot_t prot; in efi_virtmap_init()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 273 static inline pgprot_t t4_pgprot_wc(pgprot_t prot) in t4_pgprot_wc()
|
/linux-4.1.27/arch/x86/kernel/ |
D | tboot.c | 124 pgprot_t prot) in map_tboot_page()
|
/linux-4.1.27/drivers/char/agp/ |
D | frontend.c | 102 int size, pgprot_t page_prot) in agp_find_seg_in_client() 155 static pgprot_t agp_convert_mmap_flags(int prot) in agp_convert_mmap_flags()
|