Home
last modified time | relevance | path

Searched defs:prot (Results 151 - 175 of 830) sorted by relevance

12345678910>>...34

/kernel/linux/linux-5.10/include/linux/
H A Dmman.h104 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 Dsgbuf.c64 pgprot_t prot = PAGE_KERNEL; in snd_malloc_sgbuf_pages() local
/kernel/linux/linux-5.10/fs/affs/
H A Dinode.c26 u32 prot; in affs_iget() local
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu.c47 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 Dmsm_gem_vma.c69 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 Dttm_tt.h117 pgprot_t prot; member
/kernel/linux/linux-6.6/include/linux/
H A Dio.h27 ioremap_page_range(unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_page_range() argument
H A Dio-mapping.h26 pgprot_t prot; member
46 pgprot_t prot; in io_mapping_init_wc() local
H A Dmman.h107 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 Dphonet.h98 struct proto *prot; member
/kernel/linux/linux-6.6/include/net/
H A Dprotocol.h83 struct proto *prot; member
/kernel/linux/linux-6.6/include/xen/
H A Dxen-ops.h51 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 Dib_core_uverbs.c67 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 Dsys_ia32.c217 unsigned int prot; member
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dpkeys.c76 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 Detnaviv_iommu.c47 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 Dmsm_gem_vma.c58 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 Dvsock_bpf.c125 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 Dlsm.c89 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 Dmmap_test.h37 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 Dvm_syscall.c40 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 DMprotectApiTest.cpp46 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 DMremapApiTest.cpp72 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 Dmalloc_common.c131 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 Dmalloc_common.c103 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() argument

Completed in 10 milliseconds

12345678910>>...34