cpuUnitIdx        853 src/dps8/dps8_cpu.c   long cpuUnitIdx = UNIT_IDX (uptr);
cpuUnitIdx        854 src/dps8/dps8_cpu.c   if (cpuUnitIdx < 0 || cpuUnitIdx >= N_CPU_UNITS_MAX)
cpuUnitIdx        856 src/dps8/dps8_cpu.c   cpu_state_t * cpun = cpus + cpuUnitIdx;
cpuUnitIdx        878 src/dps8/dps8_cpu.c   long cpuUnitIdx = UNIT_IDX (uptr);
cpuUnitIdx        879 src/dps8/dps8_cpu.c   if (cpuUnitIdx < 0 || cpuUnitIdx >= N_CPU_UNITS_MAX)
cpuUnitIdx        881 src/dps8/dps8_cpu.c   cpu_state_t * cpun = cpus + cpuUnitIdx;
cpuUnitIdx         87 src/dps8/hdbg.c       uint cpuUnitIdx;
cpuUnitIdx        251 src/dps8/hdbg.c void hdbgIntrSet (uint inum, uint cpuUnitIdx, uint scuUnitIdx, const char * ctx) {
cpuUnitIdx        255 src/dps8/hdbg.c   hevents[p].intrSet.cpuUnitIdx = cpuUnitIdx;
cpuUnitIdx        405 src/dps8/hdbg.c                  p->intrSet.cpuUnitIdx,
cpuUnitIdx         46 src/dps8/hdbg.h void hdbgIntrSet (uint inum, uint cpuUnitIdx, uint scuUnitIdx, const char * ctx);