cpuUnitIdx        841 src/dps8/dps8_cpu.c   long cpuUnitIdx = UNIT_IDX (uptr);
cpuUnitIdx        842 src/dps8/dps8_cpu.c   if (cpuUnitIdx < 0 || cpuUnitIdx >= N_CPU_UNITS_MAX)
cpuUnitIdx        844 src/dps8/dps8_cpu.c   cpu_state_t * cpun = cpus + cpuUnitIdx;
cpuUnitIdx        866 src/dps8/dps8_cpu.c   long cpuUnitIdx = UNIT_IDX (uptr);
cpuUnitIdx        867 src/dps8/dps8_cpu.c   if (cpuUnitIdx < 0 || cpuUnitIdx >= N_CPU_UNITS_MAX)
cpuUnitIdx        869 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);