Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 169) sorted by relevance

1234567

/arch/powerpc/include/asm/
Dmman.h22 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/
Didmap.c22 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/
Diomap_32.c34 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()
Ddump_pagetables.c127 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/
Dpgalloc.h45 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/
Dsys_score.c37 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/
Dmmu.c101 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 …]
Dioremap.c33 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/
Dpgtable.h204 #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/
Dsys_sh.c32 unsigned long prot, unsigned long flags, in old_mmap()
41 unsigned long prot, unsigned long flags, in sys_mmap2()
/arch/arm/include/asm/
Dpgtable.h115 #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()
Dpgtable-nommu.h66 #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/
Dsyscalls.c46 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/
Dpgtable-2level.h41 #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/
Dpgtable-2level.h42 #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/
Dsys_microblaze.c37 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/
Dmmu.h71 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/
Ddump_pagetables.c62 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/
Dfb.h11 unsigned long prot; in fb_pgprotect() local
/arch/cris/kernel/
Dsys_cris.c30 sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, in sys_mmap2()
/arch/frv/kernel/
Dsys_frv.c31 unsigned long prot, unsigned long flags, in sys_mmap2()
/arch/mn10300/kernel/
Dsys_mn10300.c27 unsigned long prot, unsigned long flags, in old_mmap()
/arch/um/kernel/
Dsyscall.c18 unsigned long prot, unsigned long flags, in old_mmap()
/arch/x86/include/uapi/asm/
Dmman.h24 #define arch_calc_vm_prot_bits(prot, key) ( \ argument
/arch/sparc/kernel/
Dsys_sparc_32.c99 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()

1234567