Home
last modified time | relevance | path

Searched refs:max_protection (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/miscfs/procfs/
Dprocfs_map.c188 (entry->max_protection & VM_PROT_READ) ? 'r' : '-', in procfs_domap()
189 (entry->max_protection & VM_PROT_WRITE) ? 'w' : '-', in procfs_domap()
190 (entry->max_protection & VM_PROT_EXECUTE) ? in procfs_domap()
/netbsd/src/usr.bin/pmap/
Dpmap.c377 vme->max_protection); in dump_vm_map_entry()
469 (vme->max_protection & VM_PROT_READ) ? 'r' : '-', in dump_vm_map_entry()
470 (vme->max_protection & VM_PROT_WRITE) ? 'w' : '-', in dump_vm_map_entry()
471 (vme->max_protection & VM_PROT_EXECUTE) ? 'x' : '-', in dump_vm_map_entry()
517 vme->protection, vme->max_protection, in dump_vm_map_entry()
572 (vme->max_protection & VM_PROT_READ) ? 'r' : '-', in dump_vm_map_entry()
573 (vme->max_protection & VM_PROT_WRITE) ? 'w' : '-', in dump_vm_map_entry()
574 (vme->max_protection & VM_PROT_EXECUTE) ? 'x' : '-', in dump_vm_map_entry()
/netbsd/src/sys/uvm/
Duvm_mremap.c94 reserved_entry->max_protection = entry->max_protection; in uvm_mapent_extend()
Duvm_map.c206 (ent)->max_protection == (maxprot) && \
1572 new_entry->max_protection = maxprot; in uvm_map_enter()
2892 newentry->protection = newentry->max_protection = in uvm_map_extract()
2896 entry->max_protection : entry->protection; in uvm_map_extract()
2897 newentry->max_protection = entry->max_protection; in uvm_map_extract()
3188 if ((new_prot & current->max_protection) != new_prot) { in uvm_map_protect()
3222 (current->max_protection = new_prot) & old_prot; in uvm_map_protect()
3597 ((entry->max_protection & VM_PROT_WRITE) || in uvm_map_pageable()
3649 entry->max_protection, 1); in uvm_map_pageable()
3853 ((entry->max_protection & VM_PROT_WRITE) || in uvm_map_pageable_all()
[all …]
Duvm_map.h151 vm_prot_t max_protection; /* maximum protection */ member
Duvm_fault.c1013 ufi->entry->max_protection : ufi->entry->protection; in uvm_fault_check()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddarwin-nat-info.c564 || (info.max_protection != prev_info.max_protection) in darwin_debug_regions()
577 unparse_protection (prev_info.max_protection), in darwin_debug_regions()
664 unparse_protection (r_info.max_protection)); in darwin_debug_regions_recurse()
Dgnu-nat.c2337 vm_prot_t max_protection; in gnu_write_inferior() local
2349 &max_protection, in gnu_write_inferior()
2366 if (!(max_protection & VM_PROT_WRITE)) in gnu_write_inferior()
2584 vm_prot_t max_protection; in find_memory_regions() local
2595 &max_protection, in find_memory_regions()