cpuUnitIdx        822 src/dps8/dps8_cpu.c   long cpuUnitIdx = UNIT_IDX (uptr);
cpuUnitIdx        823 src/dps8/dps8_cpu.c   if (cpuUnitIdx < 0 || cpuUnitIdx >= N_CPU_UNITS_MAX)
cpuUnitIdx        825 src/dps8/dps8_cpu.c   cpu_state_t * cpun = cpus + cpuUnitIdx;
cpuUnitIdx        847 src/dps8/dps8_cpu.c   long cpuUnitIdx = UNIT_IDX (uptr);
cpuUnitIdx        848 src/dps8/dps8_cpu.c   if (cpuUnitIdx < 0 || cpuUnitIdx >= N_CPU_UNITS_MAX)
cpuUnitIdx        850 src/dps8/dps8_cpu.c   cpu_state_t * cpun = cpus + cpuUnitIdx;
cpuUnitIdx         86 src/dps8/hdbg.c       uint cpuUnitIdx;
cpuUnitIdx        246 src/dps8/hdbg.c void hdbgIntrSet (uint inum, uint cpuUnitIdx, uint scuUnitIdx, const char * ctx) {
cpuUnitIdx        250 src/dps8/hdbg.c   hevents[p].intrSet.cpuUnitIdx = cpuUnitIdx;
cpuUnitIdx        400 src/dps8/hdbg.c                  p->intrSet.cpuUnitIdx,
cpuUnitIdx         46 src/dps8/hdbg.h void hdbgIntrSet (uint inum, uint cpuUnitIdx, uint scuUnitIdx, const char * ctx);