Searched defs:maxprot (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/uvm/
H A Duvm_unix.c101 vm_prot_t maxprot; local
H A Duvm_mmap.c278 vm_prot_t prot, maxprot, extraprot; local
855 uvm_mmap(struct vm_map *map, vaddr_t *addr, vsize_t size, vm_prot_t prot, vm_prot_t maxprot, int flags, int advice, struct uvm_object *uobj, voff_t foff, vsize_t locklimit) argument
[all...]
H A Duvm_fault.c861 const bool maxprot = (fault_flag & UVM_FAULT_MAXPROT) != 0; local
977 uvm_fault_check( struct uvm_faultinfo *ufi, struct uvm_faultctx *flt, struct vm_anon ***ranons, bool maxprot) argument
2613 uvm_fault_wire(struct vm_map *map, vaddr_t start, vaddr_t end, vm_prot_t access_type, int maxprot) argument
H A Duvm_map.c1113 vm_prot_t maxprot = UVM_MAXPROTECTION(flags); local
1270 const vm_prot_t maxprot = UVM_MAXPROTECTION(flags); local
[all...]
/netbsd-current/sys/kern/
H A Dexec_subr.c182 vm_prot_t prot, maxprot; local
270 vm_prot_t prot, maxprot; local
162 vmcmd_get_prot(struct lwp *l, const struct exec_vmcmd *cmd, vm_prot_t *prot, vm_prot_t *maxprot) argument
329 vm_prot_t prot, maxprot; local
[all...]
H A Dkern_pax.c414 pax_mprotect_maxprotect( const char *file, size_t line, struct lwp *l, vm_prot_t active, vm_prot_t extra, vm_prot_t maxprot) argument
H A Dvfs_vnops.c940 vm_prot_t maxprot; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp301 uint32_t maxprot; member in struct:__anon3227::MachOSegment
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-mach-o.c107 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_32
124 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_64
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dsimple-object-mach-o.c107 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_32
124 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_64
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-mach-o.c107 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_32
124 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_64
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object-mach-o.c107 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_32
124 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_64
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-mach-o.c107 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_32
124 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_64
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-mach-o.c107 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_32
124 unsigned char maxprot[4]; /* Maximum permitted vmem protection. */ member in struct:mach_o_segment_command_64
/netbsd-current/external/gpl3/gdb.old/dist/include/mach-o/
H A Dexternal.h90 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_32_external
104 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_64_external
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o.h99 unsigned long maxprot; /* Maximum permitted protection. */ member in struct:bfd_mach_o_segment_command
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c167 uint32_t maxprot; /* Maximum permitted virtual protection */ member in struct:macho_segment_command
184 uint32_t maxprot; /* Maximum permitted virtual protection */ member in struct:macho_segment_64_command
/netbsd-current/external/gpl3/gdb/dist/include/mach-o/
H A Dexternal.h90 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_32_external
104 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_64_external
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dmacho.c167 uint32_t maxprot; /* Maximum permitted virtual protection */ member in struct:macho_segment_command
184 uint32_t maxprot; /* Maximum permitted virtual protection */ member in struct:macho_segment_64_command
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dmach-o.h99 unsigned long maxprot; /* Maximum permitted protection. */ member in struct:bfd_mach_o_segment_command
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.h99 unsigned long maxprot; /* Maximum permitted protection. */ member in struct:bfd_mach_o_segment_command
/netbsd-current/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h90 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_32_external
104 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_64_external
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dmach-o.h99 unsigned long maxprot; /* Maximum permitted protection. */ member in struct:bfd_mach_o_segment_command
/netbsd-current/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h90 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_32_external
104 unsigned char maxprot[4]; /* Maximum permitted vm protection. */ member in struct:mach_o_segment_command_64_external
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c1154 static int execute_test_session(int maxprot, int use_int_cache, argument
5762 unsigned int maxprot; member in struct:__anon486
[all...]

Completed in 505 milliseconds

12