cpuUnitIdx        782 src/dps8/dps8_cpu.c   long cpuUnitIdx = UNIT_IDX (uptr);
cpuUnitIdx        783 src/dps8/dps8_cpu.c   if (cpuUnitIdx < 0 || cpuUnitIdx >= N_CPU_UNITS_MAX)
cpuUnitIdx        785 src/dps8/dps8_cpu.c   cpu_state_t * cpun = cpus + cpuUnitIdx;
cpuUnitIdx        807 src/dps8/dps8_cpu.c   long cpuUnitIdx = UNIT_IDX (uptr);
cpuUnitIdx        808 src/dps8/dps8_cpu.c   if (cpuUnitIdx < 0 || cpuUnitIdx >= N_CPU_UNITS_MAX)
cpuUnitIdx        810 src/dps8/dps8_cpu.c   cpu_state_t * cpun = cpus + cpuUnitIdx;
cpuUnitIdx         83 src/dps8/hdbg.c       uint cpuUnitIdx;
cpuUnitIdx        237 src/dps8/hdbg.c void hdbgIntrSet (uint inum, uint cpuUnitIdx, uint scuUnitIdx, const char * ctx) {
cpuUnitIdx        240 src/dps8/hdbg.c   hevents[p].intrSet.cpuUnitIdx = cpuUnitIdx;
cpuUnitIdx        383 src/dps8/hdbg.c            p->intrSet.cpuUnitIdx,
cpuUnitIdx         52 src/dps8/hdbg.h void hdbgIntrSet (uint inum, uint cpuUnitIdx, uint scuUnitIdx, const char * ctx);