cachedPaged       147 src/dps8/doAppendCycleInstructionFetch.h   bool cachedPaged;
cachedPaged       148 src/dps8/doAppendCycleInstructionFetch.h   cacheHit = ucCacheCheck (this, cpu.TPR.TSR, cpu.TPR.CA, & cachedBound, & cachedP, & cachedAddress, & cachedR1, & cachedPaged);
cachedPaged       543 src/dps8/doAppendCycleInstructionFetch.h     if (cachedPaged != paged) {
cachedPaged       544 src/dps8/doAppendCycleInstructionFetch.h       sim_printf ("cachedPaged %01o != paged %01o\r\n", cachedPaged, paged);
cachedPaged       567 src/dps8/doAppendCycleInstructionFetch.h   if (cachedPaged != paged) sim_printf ("cachedPaged %01o != paged %01o\r\n", cachedPaged, paged);
cachedPaged       136 src/dps8/doAppendCycleOperandRead.h   bool cachedPaged;
cachedPaged       137 src/dps8/doAppendCycleOperandRead.h   cacheHit = ucCacheCheck (this, cpu.TPR.TSR, cpu.TPR.CA, & cachedBound, & cachedP, & cachedAddress, & cachedR1, & cachedPaged);
cachedPaged       139 src/dps8/doAppendCycleOperandRead.h   hdbgNote ("doAppendCycleOperandRead.h", "test cache check %s %d %u %05o:%06o %05o %o %08o %o %o", cacheHit ? "hit" : "miss", evcnt, this, cpu.TPR.TSR, cpu.TPR.CA, cachedBound, cachedP, cachedAddress, cachedR1, cachedPaged);
cachedPaged       652 src/dps8/doAppendCycleOperandRead.h     if (cachedPaged != paged) {
cachedPaged       653 src/dps8/doAppendCycleOperandRead.h       sim_printf ("cachedPaged %01o != paged %01o\r\n", cachedPaged, paged);