cpuUnitIdx        828 src/dps8/dps8_cpu.c   long cpuUnitIdx = UNIT_IDX (uptr);
cpuUnitIdx        829 src/dps8/dps8_cpu.c   if (cpuUnitIdx < 0 || cpuUnitIdx >= N_CPU_UNITS_MAX)
cpuUnitIdx        831 src/dps8/dps8_cpu.c   cpu_state_t * cpun = cpus + cpuUnitIdx;
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         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);