Searched defs:prot (Results 1 - 25 of 32) sorted by relevance

12

/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dmprotect.c43 mprotect(void *addr, size_t len, int prot) argument
/xnu-2422.115.4/libsyscall/wrappers/unix03/
H A Dmmap.c43 mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off) argument
/xnu-2422.115.4/security/
H A Dmac_posix_shm.c152 mac_posixshm_check_mmap(kauth_cred_t cred, struct pshminfo *shm, int prot, int flags) argument
H A Dmac_file.c206 mac_file_check_mmap(struct ucred *cred, struct fileglob *fg, int prot, argument
221 mac_file_check_mmap_downgrade(struct ucred *cred, struct fileglob *fg, int *prot) argument
H A Dmac_process.c372 mac_proc_check_map_anon(proc_t proc, user_addr_t u_addr, user_size_t u_size, int prot, int flags, int *maxprot) argument
390 mac_proc_check_mprotect(proc_t proc, user_addr_t addr, user_size_t size, int prot) argument
/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_prot.c101 prot(int s) function
/xnu-2422.115.4/tools/tests/libMicro/
H A Dmprotect.c155 int prot = PROT_NONE; local
/xnu-2422.115.4/bsd/kern/
H A Dkern_core.c223 vm_prot_t prot; local
H A Dkern_mman.c147 int prot; local
741 register vm_prot_t prot; local
[all...]
H A Dsysv_shm.c371 vm_prot_t prot; local
H A Dposix_shm.c847 int prot = uap->prot; local
/xnu-2422.115.4/osfmk/device/
H A Diokit_rpc.c481 vm_prot_t prot; local
542 vm_prot_t prot; local
/xnu-2422.115.4/osfmk/i386/
H A Di386_init.c144 fillkpt(pt_entry_t *base, int prot, uintptr_t src, int index, int count) argument
H A Dpmap_x86_common.c417 pmap_enter( register pmap_t pmap, vm_map_offset_t vaddr, ppnum_t pn, vm_prot_t prot, vm_prot_t fault_type, unsigned int flags, boolean_t wired) argument
431 pmap_enter_options( register pmap_t pmap, vm_map_offset_t vaddr, ppnum_t pn, vm_prot_t prot, __unused vm_prot_t fault_type, unsigned int flags, boolean_t wired, unsigned int options, void *arg) argument
1244 pmap_page_protect( ppnum_t pn, vm_prot_t prot) argument
1259 pmap_page_protect_options( ppnum_t pn, vm_prot_t prot, unsigned int options, void *arg) argument
1697 pmap_map_bd( vm_offset_t virt, vm_map_offset_t start_addr, vm_map_offset_t end_addr, vm_prot_t prot, unsigned int flags) argument
[all...]
H A Dtrap.c510 vm_prot_t prot; local
883 vm_prot_t prot; local
[all...]
/xnu-2422.115.4/osfmk/vm/
H A Ddevice_vm.c431 device_pager_map( __unused memory_object_t mem_obj, __unused vm_prot_t prot) argument
H A Dvm_swapfile_pager.c662 swapfile_pager_map( memory_object_t mem_obj, __unused vm_prot_t prot) argument
H A Ddefault_freezer.c706 df_memory_object_data_unlock( __unused memory_object_t mem_obj, __unused memory_object_offset_t offset, __unused memory_object_size_t length, __unused vm_prot_t prot) argument
730 df_memory_object_map( __unused memory_object_t mem_obj, __unused vm_prot_t prot) argument
H A Dvm_apple_protect.c343 vm_prot_t prot; local
873 apple_protect_pager_map( memory_object_t mem_obj, __unused vm_prot_t prot) argument
H A Dvm_compressor_pager.c239 compressor_memory_object_map( __unused memory_object_t mem_obj, __unused vm_prot_t prot) argument
H A Dbsd_vm.c905 vnode_pager_map( memory_object_t mem_obj, vm_prot_t prot) argument
H A Dmemory_object.c166 memory_object_lock_page( vm_page_t m, memory_object_return_t should_return, boolean_t should_flush, vm_prot_t prot) argument
302 memory_object_lock_request( memory_object_control_t control, memory_object_offset_t offset, memory_object_size_t size, memory_object_offset_t * resid_offset, int * io_errno, memory_object_return_t should_return, int flags, vm_prot_t prot) argument
522 vm_object_update_extent( vm_object_t object, vm_object_offset_t offset, vm_object_offset_t offset_end, vm_object_offset_t *offset_resid, int *io_errno, boolean_t should_flush, memory_object_return_t should_return, boolean_t should_iosync, vm_prot_t prot) argument
761 vm_prot_t prot; local
[all...]
/xnu-2422.115.4/osfmk/default_pager/
H A Ddp_memory_object.c419 dp_memory_object_map( __unused memory_object_t mem_obj, __unused vm_prot_t prot) argument
/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c130 log_stack_execution_failure(addr64_t vaddr, vm_prot_t prot) argument
175 useracc( user_addr_t addr, user_size_t len, int prot) argument
/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp464 vm_prot_t prot = VM_PROT_READ; local
[all...]

Completed in 191 milliseconds

12