Searched defs:prot (Results 26 - 50 of 378) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mm/
H A Didmap.c24 idmap_add_pmd(pud_t *pud, unsigned long addr, unsigned long end, unsigned long prot) argument
55 idmap_add_pmd(pud_t *pud, unsigned long addr, unsigned long end, unsigned long prot) argument
68 idmap_add_pud(pgd_t *pgd, unsigned long addr, unsigned long end, unsigned long prot) argument
81 identity_mapping_add(pgd_t *pgd, const char *text_start, const char *text_end, unsigned long prot) argument
[all...]
/linux-master/arch/sh/mm/
H A Dioremap_fixed.c48 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) argument
H A Dioremap.c40 __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) argument
75 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) argument
/linux-master/arch/sh/boards/mach-landisk/
H A Dsetup.c54 pgprot_t prot; local
/linux-master/arch/arm64/include/asm/
H A Dmman.h9 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, argument
38 static inline bool arch_validate_prot(unsigned long prot, argument
/linux-master/arch/sparc/include/asm/
H A Dmman.h31 static inline unsigned long sparc_calc_vm_prot_bits(unsigned long prot) argument
50 static inline int sparc_validate_prot(unsigned long prot, unsigned long addr) argument
H A Dfb.h12 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, argument
/linux-master/kernel/dma/
H A Dremap.c22 dma_common_pages_remap(struct page **pages, size_t size, pgprot_t prot, const void *caller) argument
38 dma_common_contiguous_remap(struct page *page, size_t size, pgprot_t prot, const void *caller) argument
/linux-master/arch/mips/mm/
H A Dpgtable-32.c34 pmd_t mk_pmd(struct page *page, pgprot_t prot) argument
/linux-master/arch/powerpc/mm/
H A Dioremap_64.c7 __ioremap_caller(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller) argument
H A Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); local
25 pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL); local
36 pgprot_t prot = pgprot_cached(PAGE_KERNEL); local
59 early_ioremap_range(unsigned long ea, phys_addr_t pa, unsigned long size, pgprot_t prot) argument
[all...]
/linux-master/mm/
H A Dioremap.c15 generic_ioremap_prot(phys_addr_t phys_addr, size_t size, pgprot_t prot) argument
52 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) argument
/linux-master/net/dsa/
H A Dtag_rtl4_a.c75 u8 prot; local
/linux-master/arch/riscv/kernel/
H A Defi.c48 pgprot_t prot = __pgprot(pgprot_val(efimem_to_pgprot_map(md)) & local
H A Dsys_riscv.c12 riscv_sys_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, off_t offset, unsigned long page_shift_offset) argument
/linux-master/arch/mips/alchemy/common/
H A Dsetup.c97 io_remap_pfn_range(struct vm_area_struct *vma, unsigned long vaddr, unsigned long pfn, unsigned long size, pgprot_t prot) argument
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-64k.h55 remap_4k_pfn(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn, pgprot_t prot) argument
/linux-master/tools/perf/trace/beauty/
H A Dmmap.c7 static size_t mmap__scnprintf_prot(unsigned long prot, char *bf, size_t size, bool show_prefix) argument
14 unsigned long prot = arg->val; local
/linux-master/arch/s390/kernel/
H A Dsyscall.c50 unsigned long prot; member in struct:s390_mmap_arg_struct
/linux-master/drivers/gpu/drm/i915/
H A Di915_mm.c35 pgprot_t prot; member in struct:remap_pfn
/linux-master/arch/x86/include/asm/
H A Dpkeys.h35 arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, int pkey) argument
/linux-master/arch/powerpc/kernel/
H A Dmodule.c95 pgprot_t prot = strict_module_rwx_enabled() ? PAGE_KERNEL : PAGE_KERNEL_EXEC; local
H A Dsyscalls.c39 do_mmap2(unsigned long addr, size_t len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long off, int shift) argument
/linux-master/tools/testing/selftests/sgx/
H A Dmain.h15 unsigned int prot; member in struct:encl_segment
/linux-master/tools/include/nolibc/
H A Darch-s390.h156 unsigned long prot; member in struct:s390_mmap_arg_struct
163 void *sys_mmap(void *addr, size_t length, int prot, int flags, int fd, argument

Completed in 203 milliseconds

1234567891011>>