/kernel/linux/linux-6.6/arch/sh/boards/mach-sh03/ |
H A D | setup.c | 71 pgprot_t prot; in sh03_devices_setup() local
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | efi.c | 48 pgprot_t prot = __pgprot(pgprot_val(efimem_to_pgprot_map(md)) & in efi_create_mapping() local
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | sys_sh.c | 32 old_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, int fd, unsigned long off) old_mmap() argument 41 sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff) sys_mmap2() argument
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | ioremap.c | 40 __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_29bit() argument 75 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) ioremap_prot() argument
|
H A D | ioremap_fixed.c | 48 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed() argument
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | mman.h | 31 static inline unsigned long sparc_calc_vm_prot_bits(unsigned long prot) in sparc_calc_vm_prot_bits() argument 50 static inline int sparc_validate_prot(unsigned long prot, unsigned long addr) in sparc_validate_prot() argument
|
/kernel/linux/linux-5.10/kernel/dma/ |
H A D | remap.c | 22 dma_common_pages_remap(struct page **pages, size_t size, pgprot_t prot, const void *caller) dma_common_pages_remap() argument 38 dma_common_contiguous_remap(struct page *page, size_t size, pgprot_t prot, const void *caller) dma_common_contiguous_remap() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp_bpf.c | 18 static void udp_bpf_rebuild_protos(struct proto *prot, const struct proto *base) in udp_bpf_rebuild_protos() argument
|
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | remap.c | 22 dma_common_pages_remap(struct page **pages, size_t size, pgprot_t prot, const void *caller) dma_common_pages_remap() argument 38 dma_common_contiguous_remap(struct page *page, size_t size, pgprot_t prot, const void *caller) dma_common_contiguous_remap() argument
|
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/ |
H A D | mmap_test_002.cpp | 35 static int CheckedMmap(int prot, int flags, int fd) in CheckedMmap() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | ioremap.c | 15 generic_ioremap_prot(phys_addr_t phys_addr, size_t size, pgprot_t prot) generic_ioremap_prot() argument 52 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) ioremap_prot() argument
|
/third_party/libdrm/ |
H A D | libdrm_macros.h | 51 static inline void *drm_mmap(void *addr, size_t length, int prot, int flags, in drm_mmap() argument
|
/third_party/musl/src/mman/ |
H A D | mmap.c | 14 void *__mmap(void *start, size_t len, int prot, int flags, int fd, off_t off) in __mmap() argument 58 void *__lldb_mmap(void *start, size_t len, int prot, int flags, int fd, intptr_t off) { in __lldb_mmap() argument
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap06.c | 28 int prot; member
|
/third_party/ltp/testcases/kernel/syscalls/pkeys/ |
H A D | pkey.h | 20 inline int ltp_pkey_mprotect(void *addr, size_t len, int prot, int pkey) in ltp_pkey_mprotect() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
H A D | 1-2.c | 57 int prot; in main() local
|
H A D | 4-1.c | 53 int prot; in main() local
|
H A D | 3-1.c | 44 int prot; in main() local
|
H A D | 9-1.c | 41 int prot; in main() local
|
H A D | 1-1.c | 57 int prot; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 5-1.c | 38 int prot; member [all...] |
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | dma.c | 26 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent() argument
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | ioremap.c | 65 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() argument 21 __ioremap_caller(phys_addr_t phys_addr, size_t size, pgprot_t prot, void *caller) __ioremap_caller() argument
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | pgalloc.h | 23 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate() argument 33 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate() argument 41 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate() argument 51 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate() argument 60 __pmd_populate(pmd_t *pmdp, phys_addr_t ptep, pmdval_t prot) __pmd_populate() argument
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | highmem.c | 21 void *kmap_atomic_high_prot(struct page *page, pgprot_t prot) in kmap_atomic_high_prot() argument
|