| /src/external/gpl3/gdb.old/dist/sim/example-synacor/ |
| sim-main.c | 81 iw1 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc); 97 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 99 iw3 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 4); 114 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 131 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 150 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 152 iw3 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 4); 154 iw4 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 6); 172 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 174 iw3 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 4) [all...] |
| /src/external/gpl3/gdb/dist/sim/example-synacor/ |
| sim-main.c | 81 iw1 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc); 97 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 99 iw3 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 4); 114 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 131 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 150 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 152 iw3 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 4); 154 iw4 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 6); 172 iw2 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 2); 174 iw3 = sim_core_read_aligned_2 (cpu, pc, exec_map, pc + 4) [all...] |
| /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,
|
| cgen-mem.h | 113 return XCONCAT2 (sim_core_read_unaligned_,size) (cpu, a, exec_map, a); \
|
| sim-utils.c | 352 case exec_map: return "exec";
|
| genmloop.sh | 562 PROFILE_COUNT_CORE (current_cpu, vpc, 2, exec_map); 738 PROFILE_COUNT_CORE (current_cpu, vpc, 2, 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,
|
| cgen-mem.h | 113 return XCONCAT2 (sim_core_read_unaligned_,size) (cpu, a, exec_map, a); \
|
| sim-utils.c | 352 case exec_map: return "exec";
|
| genmloop.sh | 562 PROFILE_COUNT_CORE (current_cpu, vpc, 2, exec_map); 738 PROFILE_COUNT_CORE (current_cpu, vpc, 2, 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/dist/sim/mn10300/ |
| mn10300-sim.h | 185 (sim_core_read_aligned_1(STATE_CPU (SD, 0), EA, exec_map, (EA))) 188 (sim_core_read_aligned_1(STATE_CPU (SD, 0), EA, exec_map, (EA) + (N)))
|
| /src/external/gpl3/gdb.old/dist/sim/mn10300/ |
| mn10300-sim.h | 185 (sim_core_read_aligned_1(STATE_CPU (SD, 0), EA, exec_map, (EA))) 188 (sim_core_read_aligned_1(STATE_CPU (SD, 0), EA, exec_map, (EA) + (N)))
|
| /src/external/gpl3/gdb/dist/sim/v850/ |
| v850-sim.h | 379 sim_core_read_aligned_2 (CPU, PC, exec_map, (EA)) 383 PC, exec_map, (EA) + (N) * 2)
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.h | 347 #define IFETCH(taddr) __GET_MEM(taddr, 16, true, exec_map) 376 map == exec_map ? 'I' : 'D', \
|
| /src/external/gpl3/gdb.old/dist/sim/v850/ |
| v850-sim.h | 379 sim_core_read_aligned_2 (CPU, PC, exec_map, (EA)) 383 PC, exec_map, (EA) + (N) * 2)
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.h | 347 #define IFETCH(taddr) __GET_MEM(taddr, 16, true, exec_map) 376 map == exec_map ? 'I' : 'D', \
|
| /src/external/gpl3/gdb.old/dist/sim/pru/ |
| interp.c | 550 inst = sim_core_read_4 (cpu, PC_byteaddr, exec_map, PC_byteaddr);
|
| /src/external/gpl3/gdb/dist/sim/pru/ |
| interp.c | 550 inst = sim_core_read_4 (cpu, PC_byteaddr, exec_map, PC_byteaddr);
|
| /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); 1938 exec_map = uvm_km_suballoc(kernel_map, &vmin, &vmax,
|
| /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/external/gpl3/gdb.old/dist/sim/riscv/ |
| sim-main.c | 1345 iw = sim_core_read_aligned_2 (cpu, pc, exec_map, pc); 1357 (cpu, pc, exec_map, pc + 2) << 16);
|
| /src/external/gpl3/gdb/dist/sim/riscv/ |
| sim-main.c | 1345 iw = sim_core_read_aligned_2 (cpu, pc, exec_map, pc); 1357 (cpu, pc, exec_map, pc + 2) << 16);
|