this               67 src/dps8/doAppendCycleIndirectWordFetch.h   uint this = UC_INDIRECT_WORD_FETCH;
this               94 src/dps8/doAppendCycleIndirectWordFetch.h   if (! ucCacheCheck (this, cpu.TPR.TSR, cpu.TPR.CA, & bound, & p, & pageAddress, & RSDWH_R1, & paged))
this              109 src/dps8/doAppendCycleIndirectWordFetch.h   cpu.uCache.skips[this] ++;
this              398 src/dps8/doAppendCycleIndirectWordFetch.h   ucCacheSave (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, bound, p, pageAddress, RSDWH_R1, paged);
this               78 src/dps8/doAppendCycleInstructionFetch.h   uint this = UC_INSTRUCTION_FETCH;
this              148 src/dps8/doAppendCycleInstructionFetch.h       ucCacheCheck (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, & cachedBound, & cachedP, & cachedAddress, & cachedR1, & cachedPaged);
this              151 src/dps8/doAppendCycleInstructionFetch.h   if (! ucCacheCheck (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, & bound, & p, & pageAddress, & RSDWH_R1, & paged))
this              171 src/dps8/doAppendCycleInstructionFetch.h   cpu.uCache.skips[this] ++;
this              577 src/dps8/doAppendCycleInstructionFetch.h   ucCacheSave (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, bound, p, pageAddress, RSDWH_R1, paged);
this               73 src/dps8/doAppendCycleOperandRead.h   uint this = UC_OPERAND_READ;
this               75 src/dps8/doAppendCycleOperandRead.h     this = UC_OPERAND_READ_TRA;
this               77 src/dps8/doAppendCycleOperandRead.h     this = UC_OPERAND_READ_CALL6;
this              135 src/dps8/doAppendCycleOperandRead.h       ucCacheCheck (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, & cachedBound, & cachedP, & cachedAddress, & cachedR1, & cachedPaged);
this              138 src/dps8/doAppendCycleOperandRead.h             cacheHit ? "hit" : "miss", evcnt, this, cpu.TPR.TSR, cpu.TPR.CA, cachedBound,
this              143 src/dps8/doAppendCycleOperandRead.h   if (! ucCacheCheck (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, & bound, & p, & pageAddress, & RSDWH_R1, & paged)) {
this              174 src/dps8/doAppendCycleOperandRead.h   cpu.uCache.skips[this] ++;
this              690 src/dps8/doAppendCycleOperandRead.h   ucCacheSave (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, bound, p, pageAddress, RSDWH_R1, paged);
this              694 src/dps8/doAppendCycleOperandRead.h           evcnt, this, cpu.TPR.TSR, cpu.TPR.CA, bound, p, pageAddress, RSDWH_R1, paged);