Searched defs:prot (Results 126 - 150 of 190) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/fb/
H A Dvesa.c1622 vesa_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c461 int prot, type; local
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c86 unsigned int prot = 0; local
/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c1481 int prot = IEEE80211_PROT_NONE; local
1360 rt2661_sendprot(struct rt2661_softc *sc, int ac, const struct mbuf *m, struct ieee80211_node *ni, int prot, int rate) argument
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c1635 int prot = IEEE80211_PROT_NONE; local
1361 rum_sendprot(struct rum_softc *sc, const struct mbuf *m, struct ieee80211_node *ni, int prot, int rate) argument
[all...]
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.c199 vm_mmap_memseg(struct vmctx *ctx, vm_paddr_t gpa, int segid, vm_ooffset_t off, size_t len, int prot) argument
235 vm_mmap_getnext(struct vmctx *ctx, vm_paddr_t *gpa, int *segid, vm_ooffset_t *segoff, size_t *len, int *prot, int *flags) argument
1179 vm_gla2gpa(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint64_t gla, int prot, uint64_t *gpa, int *fault) argument
1204 vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint64_t gla, size_t len, int prot, struct iovec *iov, int iovcnt, int *fault) argument
[all...]
/freebsd-11-stable/sys/amd64/include/
H A Dvmm_dev.h42 int prot; /* RWX */ member in struct:vm_memmap
185 int prot; /* PROT_READ or PROT_WRITE */ member in struct:vm_gla2gpa
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1917 pf_error_code(int usermode, int prot, int rsvd, uint64_t pte) argument
697 get_gla(void *vm, int vcpuid, struct vie *vie, struct vm_guest_paging *paging, int opsize, int addrsize, int prot, enum vm_reg_name seg, enum vm_reg_name gpr, uint64_t *gla, int *fault) argument
1788 vie_calculate_gla(enum vm_cpu_mode cpu_mode, enum vm_reg_name seg, struct seg_desc *desc, uint64_t offset, int length, int addrsize, int prot, uint64_t *gla) argument
1955 vm_gla2gpa(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, uint64_t gla, int prot, uint64_t *gpa, int *guest_fault) argument
2146 int error, prot; local
[all...]
/freebsd-11-stable/sys/vm/
H A Dswap_pager.c601 swap_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
H A Dvm_map.c1167 vm_map_insert(vm_map_t map, vm_object_t object, vm_ooffset_t offset, vm_offset_t start, vm_offset_t end, vm_prot_t prot, vm_prot_t max, int cow) argument
1444 vm_map_fixed(vm_map_t map, vm_object_t object, vm_ooffset_t offset, vm_offset_t start, vm_size_t length, vm_prot_t prot, vm_prot_t max, int cow) argument
1480 vm_map_find(vm_map_t map, vm_object_t object, vm_ooffset_t offset, vm_offset_t *addr, vm_size_t length, vm_offset_t max_addr, int find_space, vm_prot_t prot, vm_prot_t max, int cow) argument
1568 vm_map_find_min(vm_map_t map, vm_object_t object, vm_ooffset_t offset, vm_offset_t *addr, vm_size_t length, vm_offset_t min_addr, vm_offset_t max_addr, int find_space, vm_prot_t prot, vm_prot_t max, int cow) argument
1908 vm_map_pmap_enter(vm_map_t map, vm_offset_t addr, vm_prot_t prot, vm_object_t object, vm_pindex_t pindex, vm_size_t size, int flags) argument
2608 vm_prot_t prot; local
3594 vm_map_stack(vm_map_t map, vm_offset_t addrbos, vm_size_t max_ssize, vm_prot_t prot, vm_prot_t max, int cow) argument
3624 vm_map_stack_locked(vm_map_t map, vm_offset_t addrbos, vm_size_t max_ssize, vm_size_t growsize, vm_prot_t prot, vm_prot_t max, int cow) argument
4053 vm_prot_t prot; local
4236 vm_prot_t prot; local
[all...]
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c767 versatilefb_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1300 GetMmapArgumentList(const ArchSpec &arch, addr_t addr, addr_t length, unsigned prot, unsigned flags, addr_t fd, addr_t offset) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp954 mmap_interceptor(Mmap real_mmap, void *addr, SIZE_T length, int prot, int flags, int fd, OFF64_T offset) argument
/freebsd-11-stable/sys/kern/
H A Dvfs_vnops.c1058 vm_prot_t prot; local
2388 vn_mmap(struct file *fp, vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t cap_maxprot, int flags, vm_ooffset_t foff, struct thread *td) argument
[all...]
H A Dimgact_elf.c429 map_partial(vm_map_t map, vm_object_t object, vm_ooffset_t offset, vm_offset_t start, vm_offset_t end, vm_prot_t prot) argument
461 map_insert(struct image_params *imgp, vm_map_t map, vm_object_t object, vm_ooffset_t offset, vm_offset_t start, vm_offset_t end, vm_prot_t prot, int cow) argument
529 load_section(struct image_params *imgp, vm_ooffset_t offset, caddr_t vmaddr, size_t memsz, size_t filsz, vm_prot_t prot, size_t pagesize) argument
668 vm_prot_t prot; local
795 vm_prot_t prot; local
2462 vm_prot_t prot; local
2481 untrans_prot(vm_prot_t prot) argument
[all...]
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea.c1120 moea_enter(mmu_t mmu, pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, argument
1148 moea_enter_locked(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, argument
1270 moea_extract_and_hold(mmu_t mmu, pmap_t pmap, vm_offset_t va, vm_prot_t prot) argument
1214 moea_enter_object(mmu_t mmu, pmap_t pm, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
1236 moea_enter_quick(mmu_t mmu, pmap_t pm, vm_offset_t va, vm_page_t m, vm_prot_t prot) argument
1573 moea_map(mmu_t mmu, vm_offset_t *virt, vm_paddr_t pa_start, vm_paddr_t pa_end, int prot) argument
1728 moea_protect(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) argument
2515 u_int prot; local
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c710 vm_prot_t prot; local
986 netmap_dev_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
1017 netmap_dev_pager_fault(vm_object_t object, vm_ooffset_t offset, int prot, vm_page_t *mres) argument
1075 netmap_mmap_single(struct cdev *cdev, vm_ooffset_t *foff, vm_size_t objsize, vm_object_t *objp, int prot) argument
[all...]
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.c1818 mwl_hal_setgprot(struct mwl_hal *mh0, int prot) argument
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c1696 biba_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, int prot, int flags) argument
3092 biba_vnode_check_mmap(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot, int flags) argument
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c2396 lomac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot, int flags) argument
2424 lomac_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp, struct label *vplabel, int *prot) argument
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c1592 mls_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, int prot, int flags) argument
2724 mls_vnode_check_mmap(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot, int flags) argument
/freebsd-11-stable/sys/security/mac_stub/
H A Dmac_stub.c737 stub_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, int prot, int flags) argument
1445 stub_vnode_check_mmap(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot, int flags) argument
1453 stub_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp, struct label *vplabel, int *prot) argument
1460 stub_vnode_check_mprotect(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot) argument
/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c368 enum fountain_geyser_trackpad_type prot; member in struct:fg_dev_params
1092 fg_extract_sensor_data(const int8_t *sensor_data, u_int num, atp_axis axis, int *arr, enum fountain_geyser_trackpad_type prot) argument
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c90 static void *ucl_mmap(char *addr, size_t length, int prot, int access, int fd, off_t offset) argument
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c787 pmap_extract_and_hold(pmap_t pmap, vm_offset_t va, vm_prot_t prot) argument
882 pmap_map(vm_offset_t *virt, vm_paddr_t start, vm_paddr_t end, int prot) argument
1912 pmap_protect(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) argument
2008 pmap_enter(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, argument
2204 pmap_enter_quick(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot) argument
2215 pmap_enter_quick_locked(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, vm_page_t mpte) argument
2410 pmap_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
3415 init_pte_prot(vm_page_t m, vm_prot_t access, vm_prot_t prot) argument
[all...]

Completed in 315 milliseconds

12345678