| /kernel/linux/linux-5.10/include/linux/ |
| H A D | mman.h | 104 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() argument 139 calc_vm_prot_bits(unsigned long prot, unsigned long pkey) in calc_vm_prot_bits() argument [all...] |
| /kernel/linux/linux-5.10/sound/core/ |
| H A D | sgbuf.c | 64 pgprot_t prot = PAGE_KERNEL; in snd_malloc_sgbuf_pages() local
|
| /kernel/linux/linux-5.10/fs/affs/ |
| H A D | inode.c | 26 u32 prot; in affs_iget() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_iommu.c | 47 etnaviv_iommuv1_map(struct etnaviv_iommu_context *context, unsigned long iova, phys_addr_t paddr, size_t size, int prot) etnaviv_iommuv1_map() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
| H A D | msm_gem_vma.c | 69 msm_gem_map_vma(struct msm_gem_address_space *aspace, struct msm_gem_vma *vma, int prot, struct sg_table *sgt, int npages) msm_gem_map_vma() argument
|
| /kernel/linux/linux-6.6/include/drm/ttm/ |
| H A D | ttm_tt.h | 117 pgprot_t prot; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | io.h | 27 ioremap_page_range(unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_page_range() argument
|
| H A D | io-mapping.h | 26 pgprot_t prot; member 46 pgprot_t prot; in io_mapping_init_wc() local
|
| H A D | mman.h | 107 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() argument 142 calc_vm_prot_bits(unsigned long prot, unsigned long pkey) in calc_vm_prot_bits() argument [all...] |
| /kernel/linux/linux-6.6/include/net/phonet/ |
| H A D | phonet.h | 98 struct proto *prot; member
|
| /kernel/linux/linux-6.6/include/net/ |
| H A D | protocol.h | 83 struct proto *prot; member
|
| /kernel/linux/linux-6.6/include/xen/ |
| H A D | xen-ops.h | 51 xen_remap_pfn(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, bool no_translate) xen_remap_pfn() argument 77 xen_xlate_remap_gfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *gfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, struct page **pages) xen_xlate_remap_gfn_array() argument 114 xen_remap_domain_gfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *gfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, struct page **pages) xen_remap_domain_gfn_array() argument 150 xen_remap_domain_mfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *mfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid) xen_remap_domain_mfn_array() argument 174 xen_remap_domain_gfn_range(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t gfn, int nr, pgprot_t prot, unsigned int domid, struct page **pages) xen_remap_domain_gfn_range() argument [all...] |
| /kernel/linux/linux-6.6/drivers/infiniband/core/ |
| H A D | ib_core_uverbs.c | 67 rdma_user_mmap_io(struct ib_ucontext *ucontext, struct vm_area_struct *vma, unsigned long pfn, unsigned long size, pgprot_t prot, struct rdma_user_mmap_entry *entry) rdma_user_mmap_io() argument
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | sys_ia32.c | 217 unsigned int prot; member
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| H A D | pkeys.c | 76 int __arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, int pkey) in __arch_override_mprotect_pkey() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_iommu.c | 47 etnaviv_iommuv1_map(struct etnaviv_iommu_context *context, unsigned long iova, phys_addr_t paddr, size_t size, int prot) etnaviv_iommuv1_map() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
| H A D | msm_gem_vma.c | 58 msm_gem_vma_map(struct msm_gem_vma *vma, int prot, in msm_gem_vma_map() argument
|
| /kernel/linux/linux-6.6/net/vmw_vsock/ |
| H A D | vsock_bpf.c | 125 static void vsock_bpf_rebuild_protos(struct proto *prot, const struct proto *base) in vsock_bpf_rebuild_protos() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | lsm.c | 89 BPF_PROG(test_int_hook, struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot, int ret) BPF_PROG() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/riscv/mm/ |
| H A D | mmap_test.h | 37 int prot = PROT_READ | PROT_WRITE; in do_mmaps() local 59 int prot = PROT_READ | PROT_WRITE; in memory_layout() local [all...] |
| /kernel/liteos_a/syscall/ |
| H A D | vm_syscall.c | 40 void *SysMmap(void *addr, size_t size, int prot, int flags, int fd, size_t offset) in SysMmap() argument 58 int SysMprotect(void *vaddr, size_t len, int prot) in SysMprotect() argument
|
| /test/xts/acts/kernel_lite/mem_posix/src/ |
| H A D | MprotectApiTest.cpp | 46 int prot = PROT_WRITE; in HWTEST_F() local 79 int prot = PROT_READ; in HWTEST_F() local 111 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 149 int prot in HWTEST_F() local 180 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; HWTEST_F() local 220 int prot = PROT_WRITE; HWTEST_F() local 270 int prot = PROT_READ; HWTEST_F() local 325 int prot = PROT_READ | PROT_WRITE; HWTEST_F() local 369 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; HWTEST_F() local 413 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; HWTEST_F() local [all...] |
| H A D | MremapApiTest.cpp | 72 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 114 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 153 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 197 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 236 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 288 int prot = PROT_READ | PROT_WRITE; HWTEST_F() local 339 int prot = PROT_READ | PROT_WRITE; HWTEST_F() local 394 int prot = PROT_READ | PROT_WRITE; HWTEST_F() local [all...] |
| /third_party/musl/src/hook/linux/ |
| H A D | malloc_common.c | 131 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() argument
|
| /third_party/musl/porting/linux/user/src/hook/ |
| H A D | malloc_common.c | 103 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() argument
|