stall_points 131 src/dps8/dps8_cpu.c struct stall_point_s stall_points [N_STALL_POINTS]; stall_points 786 src/dps8/dps8_cpu.c if (stall_points[i].segno || stall_points[i].offset) stall_points 793 src/dps8/dps8_cpu.c (long)i, stall_points[i].segno, stall_points[i].offset, stall_points 794 src/dps8/dps8_cpu.c (unsigned long)stall_points[i].time); stall_points 838 src/dps8/dps8_cpu.c stall_points[n].segno = (word15) s; stall_points 839 src/dps8/dps8_cpu.c stall_points[n].offset = (word18) o; stall_points 840 src/dps8/dps8_cpu.c stall_points[n].time = (unsigned int) t; stall_points 844 src/dps8/dps8_cpu.c if (stall_points[n].segno && stall_points[n].offset) stall_points 2974 src/dps8/dps8_cpu.c if (stall_points[i].segno && stall_points[i].segno == cpu.PPR.PSR && stall_points 2975 src/dps8/dps8_cpu.c stall_points[i].offset && stall_points[i].offset == cpu.PPR.IC) stall_points 2981 src/dps8/dps8_cpu.c sim_usleep(stall_points[i].time); stall_points 1975 src/dps8/dps8_cpu.h extern struct stall_point_s stall_points [N_STALL_POINTS];