Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 163) 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.c24 unsigned long prot) in idmap_add_pmd()
55 unsigned long prot) in idmap_add_pmd()
68 unsigned long prot) in idmap_add_pud()
80 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.c163 static void printk_prot(struct seq_file *m, pgprot_t prot, int level, bool dmsg) in printk_prot()
233 pgprotval_t prot, cur; in note_page() local
321 pgprotval_t prot; in walk_pte_level() local
348 pgprotval_t prot = pte_flags(kasan_zero_pte[0]); in kasan_page_table() local
368 pgprotval_t prot; in walk_pmd_level() local
399 pgprotval_t prot; in walk_pud_level() local
434 pgprotval_t prot; in walk_p4d_level() local
483 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/arm64/mm/
Dmmu.c128 phys_addr_t phys, pgprot_t prot) in init_pte()
152 pgprot_t prot, in alloc_init_cont_pte()
184 phys_addr_t phys, pgprot_t prot, in init_pmd()
222 pgprot_t prot, in alloc_init_cont_pmd()
268 phys_addr_t phys, pgprot_t prot, in alloc_init_pud()
317 pgprot_t prot, in __create_pgd_mapping()
361 phys_addr_t size, pgprot_t prot) in create_mapping_noalloc()
374 pgprot_t prot, bool page_mappings_only) in create_pgd_mapping()
388 phys_addr_t size, pgprot_t prot) in update_mapping_prot()
404 phys_addr_t end, pgprot_t prot, int flags) in __map_memblock()
[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/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/powerpc/include/asm/nohash/
Dpgtable.h206 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
209 #define pgprot_noncached_wc(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
212 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
215 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
218 #define pgprot_cached_noncoherent(prot) \ argument
/arch/sh/kernel/
Dsys_sh.c33 unsigned long prot, unsigned long flags, in old_mmap()
42 unsigned long prot, unsigned long flags, in sys_mmap2()
/arch/arm/include/asm/
Dpgtable-nommu.h66 #define pgprot_noncached(prot) (prot) argument
67 #define pgprot_writecombine(prot) (prot) argument
68 #define pgprot_dmacoherent(prot) (prot) argument
69 #define pgprot_device(prot) (prot) argument
Dpgtable.h116 #define __pgprot_modify(prot,mask,bits) \ argument
119 #define pgprot_noncached(prot) \ argument
122 #define pgprot_writecombine(prot) \ argument
125 #define pgprot_stronglyordered(prot) \ argument
129 #define pgprot_dmacoherent(prot) \ argument
136 #define pgprot_dmacoherent(prot) \ argument
212 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) argument
215 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page), prot) argument
257 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit()
263 static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot) in set_pte_bit()
/arch/x86/xen/
Dmmu.c68 pgprot_t prot; member
95 int *err_ptr, pgprot_t prot, in do_remap_gfn()
170 pgprot_t prot, unsigned domid, in xen_remap_domain_gfn_range()
180 int *err_ptr, pgprot_t prot, in xen_remap_domain_gfn_array()
/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/um/include/asm/
Dpgtable-2level.h42 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot)) argument
43 #define pfn_pmd(pfn, prot) __pmd(pfn_to_phys(pfn) | pgprot_val(prot)) argument
/arch/sh/include/asm/
Dmmu.h72 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()
/arch/powerpc/kernel/
Dsyscalls.c46 unsigned long prot, unsigned long flags, in do_mmap2()
66 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
73 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
/arch/x86/include/asm/
Dfb.h12 unsigned long prot; in fb_pgprotect() local
/arch/s390/mm/
Ddump_pagetables.c63 unsigned int prot, cur; in note_page() local
114 unsigned int prot; in walk_pte_level() local
131 unsigned int prot; in walk_pmd_level() local
155 unsigned int prot; in walk_pud_level() local
/arch/x86/include/uapi/asm/
Dmman.h22 #define arch_calc_vm_prot_bits(prot, key) ( \ argument
/arch/mn10300/kernel/
Dsys_mn10300.c27 unsigned long prot, unsigned long flags, in old_mmap()
/arch/cris/kernel/
Dsys_cris.c31 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/um/kernel/
Dsyscall.c18 unsigned long prot, unsigned long flags, in old_mmap()
/arch/sparc/kernel/
Dsys_sparc_32.c102 unsigned long prot, unsigned long flags, unsigned long fd, in sys_mmap2()
112 unsigned long prot, unsigned long flags, unsigned long fd, in sys_mmap()
120 unsigned long prot, unsigned long pgoff, in sparc_remap_file_pages()

1234567