| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-basics.h | 58 exec_map = 2, enumerator in enum:__anon21938 67 access_exec = 1 << exec_map,
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-basics.h | 58 exec_map = 2, enumerator in enum:__anon1423 67 access_exec = 1 << exec_map,
|
| /src/usr.bin/pmap/ |
| main.c | 58 struct vm_map *kmem_map, *phys_map, *exec_map, *pager_map; variable in typeref:struct: 418 get_map_address(exec_map); 442 else if (addr == exec_map) 443 return ("exec_map");
|
| /src/external/gpl3/gdb.old/dist/sim/m68hc11/ |
| dv-m68hc11.c | 320 exec_map, local
|
| /src/external/gpl3/gdb/dist/sim/m68hc11/ |
| dv-m68hc11.c | 320 exec_map, local
|
| /src/sys/kern/ |
| kern_exec.c | 288 static struct vm_map *exec_map; variable in typeref:struct:vm_map 295 return (void *)uvm_km_alloc(exec_map, NCARGS, 0, 303 uvm_km_free(exec_map, (vaddr_t)addr, NCARGS, UVM_KMF_PAGEABLE); 1947 exec_map = uvm_km_suballoc(kernel_map, &vmin, &vmax,
|