Searched refs:max_protection (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/miscfs/procfs/ |
| D | procfs_map.c | 188 (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/ |
| D | pmap.c | 377 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/ |
| D | uvm_mremap.c | 94 reserved_entry->max_protection = entry->max_protection; in uvm_mapent_extend()
|
| D | uvm_map.c | 206 (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 …]
|
| D | uvm_map.h | 151 vm_prot_t max_protection; /* maximum protection */ member
|
| D | uvm_fault.c | 1013 ufi->entry->max_protection : ufi->entry->protection; in uvm_fault_check()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | darwin-nat-info.c | 564 || (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()
|
| D | gnu-nat.c | 2337 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()
|