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

123456789

/freebsd-current/sys/dev/fb/
H A Dvesa.c1632 vesa_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-current/sys/i386/i386/
H A Dpmap_base.c675 pmap_enter(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, argument
691 pmap_enter_quick(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot) argument
827 pmap_extract_and_hold(pmap_t pmap, vm_offset_t va, vm_prot_t prot) argument
834 pmap_map(vm_offset_t *virt, vm_paddr_t start, vm_paddr_t end, int prot) argument
683 pmap_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
869 pmap_protect(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) argument
[all...]
/freebsd-current/sys/powerpc/aim/
H A Dmmu_oea.c1137 moea_enter(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, argument
1165 moea_enter_locked(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, argument
1292 moea_extract_and_hold(pmap_t pmap, vm_offset_t va, vm_prot_t prot) argument
1235 moea_enter_object(pmap_t pm, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
1258 moea_enter_quick(pmap_t pm, vm_offset_t va, vm_page_t m, vm_prot_t prot) argument
1640 moea_map(vm_offset_t *virt, vm_paddr_t pa_start, vm_paddr_t pa_end, int prot) argument
1793 moea_protect(pmap_t pm, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) argument
2625 u_int prot; local
[all...]
/freebsd-current/sys/dev/usb/wlan/
H A Dif_rum.c1675 int prot = IEEE80211_PROT_NONE; local
1413 rum_sendprot(struct rum_softc *sc, const struct mbuf *m, struct ieee80211_node *ni, int prot, int rate) argument
/freebsd-current/lib/libsysdecode/
H A Dflags.c507 sysdecode_mmap_prot(FILE *fp, int prot, int *rem) argument
/freebsd-current/lib/libprocstat/
H A Dlibprocstat.c471 int prot, type; local
/freebsd-current/sys/kern/
H A Dlink_elf.c803 preload_protect(elf_file_t ef, vm_prot_t prot) argument
1238 vm_prot_t prot; local
H A Duipc_shm.c323 shm_largepage_phys_ctor(vm_object_t object, vm_prot_t prot, argument
1869 vm_prot_t prot; local
1546 shm_mmap_large(struct shmfd *shmfd, vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t max_prot, int flags, vm_ooffset_t foff, struct thread *td) argument
1649 shm_mmap(struct file *fp, vm_map_t map, vm_offset_t *addr, vm_size_t objsize, vm_prot_t prot, vm_prot_t cap_maxprot, int flags, vm_ooffset_t foff, struct thread *td) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp784 mmap_interceptor(ThreadState *thr, uptr pc, Mmap real_mmap, void *addr, SIZE_T sz, int prot, int flags, int fd, OFF64_T off) argument
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DDriver.cpp935 uint32_t prot = 0; local
/freebsd-current/lib/libvmmapi/
H A Dvmmapi.c230 vm_mmap_memseg(struct vmctx *ctx, vm_paddr_t gpa, int segid, vm_ooffset_t off, size_t len, int prot) argument
290 vm_mmap_getnext(struct vmctx *ctx, vm_paddr_t *gpa, int *segid, vm_ooffset_t *segoff, size_t *len, int *prot, int *flags) argument
823 vm_gla2gpa(struct vcpu *vcpu, struct vm_guest_paging *paging, uint64_t gla, int prot, uint64_t *gpa, int *fault) argument
844 vm_gla2gpa_nofault(struct vcpu *vcpu, struct vm_guest_paging *paging, uint64_t gla, int prot, uint64_t *gpa, int *fault) argument
869 vm_copy_setup(struct vcpu *vcpu, struct vm_guest_paging *paging, uint64_t gla, size_t len, int prot, struct iovec *iov, int iovcnt, int *fault) argument
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_flex_pipe.c703 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, u8 *prot, u16 *off) argument
/freebsd-current/sys/arm64/vmm/
H A Dvmm.c111 int prot; member in struct:mem_map
727 vm_mmap_memseg(struct vm *vm, vm_paddr_t gpa, int segid, vm_ooffset_t first, size_t len, int prot, int flags) argument
811 vm_mmap_getnext(struct vm *vm, vm_paddr_t *gpa, int *segid, vm_ooffset_t *segoff, size_t *len, int *prot, int *flags) argument
889 vm_gla2gpa_nofault(struct vcpu *vcpu, struct vm_guest_paging *paging, uint64_t gla, int prot, uint64_t *gpa, int *is_fault) argument
[all...]
/freebsd-current/sys/vm/
H A Dswap_pager.c715 swap_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_subr.c88 tmpfs_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
/freebsd-current/sys/powerpc/booke/
H A Dpmap.c1260 mmu_booke_enter(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, u_int flags, int8_t psind) argument
1274 mmu_booke_enter_locked(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, u_int pmap_flags, int8_t psind __unused) argument
1457 mmu_booke_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
1480 mmu_booke_enter_quick(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot) argument
1566 mmu_booke_map(vm_offset_t *virt, vm_paddr_t pa_start, vm_paddr_t pa_end, int prot) argument
1663 mmu_booke_protect(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) argument
1750 mmu_booke_extract_and_hold(pmap_t pmap, vm_offset_t va, vm_prot_t prot) argument
2979 uint32_t prot; local
[all...]
/freebsd-current/contrib/libucl/src/
H A Ducl_util.c98 static void *ucl_mmap(char *addr, size_t length, int prot, int access, int fd, off_t offset) argument
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_ni_dpkg.h504 enum net_prot prot; member in struct:dpkg_extract::__anon21::__anon22
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1794 enum mlx4_protocol prot = MLX4_PROT_IB_IPV6; local
1874 enum mlx4_protocol prot = MLX4_PROT_IB_IPV6; local
/freebsd-current/sys/dev/mwl/
H A Dmwlhal.c1818 mwl_hal_setgprot(struct mwl_hal *mh0, int prot) argument
/freebsd-current/sys/dev/usb/input/
H A Datp.c373 enum fountain_geyser_trackpad_type prot; member in struct:fg_dev_params
1095 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-current/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h299 static inline pgprot_t t4_pgprot_wc(pgprot_t prot) argument
/freebsd-current/sys/security/mac_stub/
H A Dmac_stub.c762 stub_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, int prot, int flags) argument
1463 stub_vnode_check_mmap(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot, int flags) argument
1471 stub_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp, struct label *vplabel, int *prot) argument
1478 stub_vnode_check_mprotect(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot) argument
/freebsd-current/sys/security/mac_mls/
H A Dmac_mls.c1591 mls_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, int prot, int flags) argument
2723 mls_vnode_check_mmap(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot, int flags) argument
/freebsd-current/sys/security/mac_biba/
H A Dmac_biba.c1695 biba_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, int prot, int flags) argument
3093 biba_vnode_check_mmap(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot, int flags) argument

Completed in 416 milliseconds

123456789