/arch/arm64/include/asm/ |
D | vmalloc.h | 10 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported() 24 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() 36 static inline pgprot_t arch_vmap_pgprot_tagged(pgprot_t prot) in arch_vmap_pgprot_tagged()
|
D | mmu.h | 70 pgprot_t prot, bool page_mappings_only); 71 extern void *fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot);
|
/arch/sh/include/asm/ |
D | mmu.h | 63 unsigned long size, pgprot_t prot); 65 pgprot_t prot, void *caller); 72 unsigned long size, pgprot_t prot) in pmb_bolt_mapping() 79 pgprot_t prot, void *caller) in pmb_remap_caller() 100 pmb_remap(phys_addr_t phys, unsigned long size, pgprot_t prot) in pmb_remap()
|
D | fixmap.h | 68 unsigned long phys, pgprot_t flags); 69 extern void __clear_fixmap(enum fixed_addresses idx, pgprot_t flags);
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 180 int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot); 445 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() 522 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 592 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() 599 static inline pgprot_t pgprot_noncached_wc(pgprot_t prot) in pgprot_noncached_wc() 606 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() 613 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() 620 static inline pgprot_t pgprot_cached_noncoherent(pgprot_t prot) in pgprot_cached_noncoherent() 626 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine()
|
/arch/powerpc/mm/ |
D | ioremap.c | 14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap() 25 pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL); in ioremap_wc() 36 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent() 64 unsigned long size, pgprot_t prot) in early_ioremap_range() 79 pgprot_t prot, void *caller) in do_ioremap()
|
/arch/arm/mm/ |
D | pageattr.c | 12 pgprot_t set_mask; 13 pgprot_t clear_mask; 36 pgprot_t set_mask, pgprot_t clear_mask) in change_memory_common()
|
/arch/arm/include/asm/ |
D | pgtable-2level-types.h | 24 typedef struct { pteval_t pgprot; } pgprot_t; typedef 33 #define __pgprot(x) ((pgprot_t) { (x) } ) 42 typedef pteval_t pgprot_t; typedef
|
D | pgtable-3level-types.h | 27 typedef struct { pteval_t pgprot; } pgprot_t; typedef 37 #define __pgprot(x) ((pgprot_t) { (x) } ) 44 typedef pteval_t pgprot_t; typedef
|
D | pgtable.h | 89 extern pgprot_t pgprot_user; 90 extern pgprot_t pgprot_kernel; 132 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, 133 unsigned long size, pgprot_t vma_prot); 230 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() 236 static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot) in set_pte_bit() 282 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/arch/x86/mm/ |
D | cpu_entry_area.c | 34 void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags) in cea_set_pte() 54 cea_map_percpu_pages(void *cea_vaddr, void *ptr, int pages, pgprot_t prot) in cea_map_percpu_pages() 137 pgprot_t gdt_prot = PAGE_KERNEL_RO; in setup_cpu_entry_area() 138 pgprot_t tss_prot = PAGE_KERNEL_RO; in setup_cpu_entry_area() 150 pgprot_t gdt_prot = boot_cpu_has(X86_FEATURE_XENPV) ? in setup_cpu_entry_area() 152 pgprot_t tss_prot = PAGE_KERNEL; in setup_cpu_entry_area()
|
/arch/arm64/mm/ |
D | pageattr.c | 17 pgprot_t set_mask; 18 pgprot_t clear_mask; 52 pgprot_t set_mask, pgprot_t clear_mask) in __change_memory_common() 68 pgprot_t set_mask, pgprot_t clear_mask) in change_memory_common()
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 176 #define __pgprot(x) ((pgprot_t) { (x) } ) 281 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; typedef 285 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() 490 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large() 500 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k() 514 extern pgprot_t pgprot_writecombine(pgprot_t prot); 517 extern pgprot_t pgprot_writethrough(pgprot_t prot); 524 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, 525 unsigned long size, pgprot_t vma_prot);
|
D | iomap.h | 16 void __iomem *__iomap_local_pfn_prot(unsigned long pfn, pgprot_t prot); 18 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot);
|
D | vmalloc.h | 12 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported() 19 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
|
D | fixmap.h | 161 phys_addr_t phys, pgprot_t flags); 165 phys_addr_t phys, pgprot_t flags) in __set_fixmap() 197 phys_addr_t phys, pgprot_t flags);
|
/arch/powerpc/include/asm/ |
D | vmalloc.h | 10 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported() 17 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
|
/arch/csky/mm/ |
D | ioremap.c | 8 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() 9 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 294 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() 299 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() 304 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io() 310 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() 316 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__; 317 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 400 unsigned long, pgprot_t); 404 unsigned long size, pgprot_t prot) in io_remap_pfn_range()
|
/arch/sh/mm/ |
D | ioremap.h | 5 void __iomem *ioremap_fixed(phys_addr_t, unsigned long, pgprot_t); 10 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed()
|
/arch/csky/include/asm/ |
D | pgtable.h | 224 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, 225 unsigned long size, pgprot_t vma_prot); 235 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() 245 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() 259 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/arch/powerpc/include/asm/book3s/ |
D | pgtable.h | 24 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, 25 unsigned long size, pgprot_t vma_prot);
|
/arch/alpha/include/asm/ |
D | page.h | 34 typedef struct { unsigned long pgprot; } pgprot_t; typedef 44 #define __pgprot(x) ((pgprot_t) { (x) } ) 53 typedef unsigned long pgprot_t; typedef
|
/arch/microblaze/include/asm/ |
D | pci.h | 64 extern pgprot_t pci_phys_mem_access_prot(struct file *file, 67 pgprot_t prot);
|
/arch/m68k/include/asm/ |
D | page.h | 32 typedef struct { unsigned long pgprot; } pgprot_t; typedef 51 #define __pgprot(x) ((pgprot_t) { (x) } )
|