| /arch/powerpc/include/asm/ |
| D | mman.h | 22 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, in arch_calc_vm_prot_bits() 27 #define arch_calc_vm_prot_bits(prot, pkey) arch_calc_vm_prot_bits(prot, pkey) argument 35 static inline bool arch_validate_prot(unsigned long prot) in arch_validate_prot() 43 #define arch_validate_prot(prot) arch_validate_prot(prot) argument
|
| /arch/arm/mm/ |
| D | idmap.c | 22 unsigned long prot) in idmap_add_pmd() 53 unsigned long prot) in idmap_add_pmd() 66 unsigned long prot) in idmap_add_pud() 78 const char *text_end, unsigned long prot) in identity_mapping_add()
|
| /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() 78 iomap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot) in iomap_atomic_prot_pfn()
|
| D | dump_pagetables.c | 127 static void printk_prot(struct seq_file *m, pgprot_t prot, int level, bool dmsg) in printk_prot() 196 pgprotval_t prot, cur; in note_page() local 285 pgprotval_t prot; in walk_pte_level() local 303 pgprotval_t prot; in walk_pmd_level() local 335 pgprotval_t prot; in walk_pud_level() local 384 pgprotval_t prot; in ptdump_walk_pgd_level_core() local
|
| /arch/arm64/include/asm/ |
| D | pgalloc.h | 45 static inline void __pud_populate(pud_t *pud, phys_addr_t pmd, pudval_t prot) in __pud_populate() 55 static inline void __pud_populate(pud_t *pud, phys_addr_t pmd, pudval_t prot) in __pud_populate() 74 static inline void __pgd_populate(pgd_t *pgdp, phys_addr_t pud, pgdval_t prot) in __pgd_populate() 84 static inline void __pgd_populate(pgd_t *pgdp, phys_addr_t pud, pgdval_t prot) in __pgd_populate() 130 pmdval_t prot) in __pmd_populate()
|
| /arch/score/kernel/ |
| D | sys_score.c | 37 sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, in sys_mmap2() 44 sys_mmap(unsigned long addr, unsigned long len, unsigned long prot, in sys_mmap()
|
| /arch/arm64/mm/ |
| D | mmu.c | 101 pgprot_t prot, in alloc_init_pte() 127 phys_addr_t phys, pgprot_t prot, in alloc_init_pmd() 191 phys_addr_t phys, pgprot_t prot, in alloc_init_pud() 244 pgprot_t prot, in __create_pgd_mapping() 288 phys_addr_t size, pgprot_t prot) in create_mapping_noalloc() 300 pgprot_t prot, bool allow_block_mappings) in create_pgd_mapping() 309 phys_addr_t size, pgprot_t prot) in create_mapping_late() 403 pgprot_t prot, struct vm_struct *vma) in map_kernel_segment() 428 pgprot_t prot = rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in map_entry_trampoline() local 709 void *__init __fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot) in __fixmap_remap_fdt() [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()
|
| /arch/powerpc/include/asm/nohash/ |
| D | pgtable.h | 204 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument 207 #define pgprot_noncached_wc(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument 210 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument 213 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument 216 #define pgprot_cached_noncoherent(prot) \ argument
|
| /arch/sh/kernel/ |
| D | sys_sh.c | 32 unsigned long prot, unsigned long flags, in old_mmap() 41 unsigned long prot, unsigned long flags, in sys_mmap2()
|
| /arch/arm/include/asm/ |
| D | pgtable.h | 115 #define __pgprot_modify(prot,mask,bits) \ argument 118 #define pgprot_noncached(prot) \ argument 121 #define pgprot_writecombine(prot) \ argument 124 #define pgprot_stronglyordered(prot) \ argument 128 #define pgprot_dmacoherent(prot) \ argument 135 #define pgprot_dmacoherent(prot) \ argument 211 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) argument 214 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page), prot) argument 256 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() 262 static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot) in set_pte_bit()
|
| D | pgtable-nommu.h | 66 #define pgprot_noncached(prot) __pgprot(0) argument 67 #define pgprot_writecombine(prot) __pgprot(0) argument 68 #define pgprot_dmacoherent(prot) __pgprot(0) argument
|
| /arch/powerpc/kernel/ |
| D | syscalls.c | 46 unsigned long prot, unsigned long flags, in do_mmap2() 66 unsigned long prot, unsigned long flags, in sys_mmap2() 73 unsigned long prot, unsigned long flags, in sys_mmap()
|
| /arch/um/include/asm/ |
| D | pgtable-2level.h | 41 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot)) argument 42 #define pfn_pmd(pfn, prot) __pmd(pfn_to_phys(pfn) | pgprot_val(prot)) argument
|
| /arch/avr32/include/asm/ |
| D | pgtable-2level.h | 42 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) argument 43 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) argument
|
| /arch/microblaze/kernel/ |
| D | sys_microblaze.c | 37 unsigned long, prot, unsigned long, flags, unsigned long, fd, in SYSCALL_DEFINE6() argument 47 unsigned long, prot, unsigned long, flags, unsigned long, fd, in SYSCALL_DEFINE6() argument
|
| /arch/sh/include/asm/ |
| D | mmu.h | 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()
|
| /arch/s390/mm/ |
| D | dump_pagetables.c | 62 unsigned int prot, cur; in note_page() local 113 unsigned int prot; in walk_pte_level() local 129 unsigned int prot; in walk_pmd_level() local 151 unsigned int prot; in walk_pud_level() local
|
| /arch/x86/include/asm/ |
| D | fb.h | 11 unsigned long prot; in fb_pgprotect() local
|
| /arch/cris/kernel/ |
| D | sys_cris.c | 30 sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, in sys_mmap2()
|
| /arch/frv/kernel/ |
| D | sys_frv.c | 31 unsigned long prot, unsigned long flags, in sys_mmap2()
|
| /arch/mn10300/kernel/ |
| D | sys_mn10300.c | 27 unsigned long prot, unsigned long flags, in old_mmap()
|
| /arch/um/kernel/ |
| D | syscall.c | 18 unsigned long prot, unsigned long flags, in old_mmap()
|
| /arch/x86/include/uapi/asm/ |
| D | mman.h | 24 #define arch_calc_vm_prot_bits(prot, key) ( \ argument
|
| /arch/sparc/kernel/ |
| D | sys_sparc_32.c | 99 unsigned long prot, unsigned long flags, unsigned long fd, in sys_mmap2() 109 unsigned long prot, unsigned long flags, unsigned long fd, in sys_mmap() 117 unsigned long prot, unsigned long pgoff, in sparc_remap_file_pages()
|