Home
last modified time | relevance | path

Searched refs:nprot (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/sys/
H A Dttydevsw.h56 vm_paddr_t * paddr, int nprot, vm_memattr_t *memattr);
174 int nprot, vm_memattr_t *memattr) in ttydevsw_mmap() argument
179 return (tp->t_devsw->tsw_mmap(tp, offset, paddr, nprot, memattr)); in ttydevsw_mmap()
H A Dconf.h125 int nprot, vm_memattr_t *memattr);
127 vm_size_t size, struct vm_object **object, int nprot);
H A Dterminal.h169 vm_paddr_t * paddr, int nprot, vm_memattr_t *memattr);
/f-stack/dpdk/kernel/freebsd/contigmem/
H A Dcontigmem.c334 struct vm_object **obj, int nprot) in contigmem_mmap_single() argument
358 size, nprot, *offset, curthread->td_ucred); in contigmem_mmap_single()
/f-stack/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c96 struct vm_object **obj, int nprot) in nic_uio_mmap_single() argument
129 *obj = vm_pager_allocate(OBJT_DEVICE, cdev, size, nprot, *offset, in nic_uio_mmap_single()
/f-stack/freebsd/kern/
H A Dkern_kcov.c341 struct vm_object **object, int nprot) in kcov_mmap_single() argument
346 if ((nprot & (PROT_EXEC | PROT_READ | PROT_WRITE)) != in kcov_mmap_single()
H A Dsubr_devstat.c495 int nprot, vm_memattr_t *memattr) in devstat_mmap() argument
499 if (nprot != VM_PROT_READ) in devstat_mmap()
H A Dsubr_terminal.c498 int nprot, vm_memattr_t *memattr) in termtty_mmap() argument
502 return (tm->tm_class->tc_mmap(tm, offset, paddr, nprot, memattr)); in termtty_mmap()
H A Dkern_conf.c498 giant_mmap(struct cdev *dev, vm_ooffset_t offset, vm_paddr_t *paddr, int nprot, in giant_mmap() argument
508 retval = dsw->d_gianttrick->d_mmap(dev, offset, paddr, nprot, in giant_mmap()
517 vm_object_t *object, int nprot) in giant_mmap_single() argument
527 nprot); in giant_mmap_single()
H A Dlink_elf.c779 vm_prot_t nprot; in preload_protect() local
790 nprot = prot | VM_PROT_READ; in preload_protect()
792 nprot |= VM_PROT_WRITE; in preload_protect()
794 nprot |= VM_PROT_EXECUTE; in preload_protect()
796 phdr->p_vaddr, round_page(phdr->p_memsz), nprot); in preload_protect()
H A Dtty.c686 int nprot, vm_memattr_t *memattr) in ttydev_mmap() argument
696 error = ttydevsw_mmap(tp, offset, paddr, nprot, memattr); in ttydev_mmap()
1014 vm_paddr_t *paddr __unused, int nprot __unused, in ttydevsw_defmmap()
/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c885 struct vm_object **objp, int nprot) in vmmdev_mmap_single() argument
901 if ((nprot & PROT_EXEC) || first < 0 || first >= last) in vmmdev_mmap_single()
1152 struct vm_object **objp, int nprot) in devmem_mmap_single() argument
1169 if ((nprot & PROT_EXEC) || first < 0 || first >= last) in devmem_mmap_single()
/f-stack/freebsd/i386/i386/
H A Delan-mmcr.c426 int nprot, vm_memattr_t *memattr) in elan_mmap() argument
/f-stack/freebsd/amd64/sgx/
H A Dsgx.c1026 vm_size_t mapsize, struct vm_object **objp, int nprot) in sgx_mmap_single() argument
1041 mapsize, nprot, *offset, NULL); in sgx_mmap_single()
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c790 int nprot, vm_memattr_t *memattr) in ti_pruss_mmap() argument