bound              72 src/dps8/doAppendCycleIndirectWordFetch.h   word14 bound = 0;
bound              94 src/dps8/doAppendCycleIndirectWordFetch.h   if (! ucCacheCheck (this, cpu.TPR.TSR, cpu.TPR.CA, & bound, & p, & pageAddress, & RSDWH_R1, & paged))
bound             294 src/dps8/doAppendCycleIndirectWordFetch.h   bound = cpu.SDW->BOUND;
bound             398 src/dps8/doAppendCycleIndirectWordFetch.h   ucCacheSave (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, bound, p, pageAddress, RSDWH_R1, paged);
bound              83 src/dps8/doAppendCycleInstructionFetch.h   word14 bound = 0;
bound             151 src/dps8/doAppendCycleInstructionFetch.h   if (! ucCacheCheck (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, & bound, & p, & pageAddress, & RSDWH_R1, & paged))
bound             425 src/dps8/doAppendCycleInstructionFetch.h   bound = cpu.SDW->BOUND;
bound             540 src/dps8/doAppendCycleInstructionFetch.h     if (cachedBound != bound) {
bound             541 src/dps8/doAppendCycleInstructionFetch.h       sim_printf ("cachedBound %01o != bound %01o\r\n", cachedBound, bound);
bound             577 src/dps8/doAppendCycleInstructionFetch.h   ucCacheSave (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, bound, p, pageAddress, RSDWH_R1, paged);
bound              82 src/dps8/doAppendCycleOperandRead.h   word14 bound = 0;
bound             143 src/dps8/doAppendCycleOperandRead.h   if (! ucCacheCheck (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, & bound, & p, & pageAddress, & RSDWH_R1, & paged)) {
bound             532 src/dps8/doAppendCycleOperandRead.h   bound = cpu.SDW->BOUND;
bound             658 src/dps8/doAppendCycleOperandRead.h     if (cachedBound != bound) {
bound             660 src/dps8/doAppendCycleOperandRead.h               cachedBound, bound);
bound             690 src/dps8/doAppendCycleOperandRead.h   ucCacheSave (cpup, this, cpu.TPR.TSR, cpu.TPR.CA, bound, p, pageAddress, RSDWH_R1, paged);
bound             694 src/dps8/doAppendCycleOperandRead.h           evcnt, this, cpu.TPR.TSR, cpu.TPR.CA, bound, p, pageAddress, RSDWH_R1, paged);
bound             103 src/dps8/segldr.c     word14 bound = (word14)(((length + 15) >> 4) + 1);
bound             129 src/dps8/segldr.c     putbits36_14 ((word36 *) & M[sdw1],  1, bound); // BOUND
bound             159 src/dps8/segldr.c 
bound             160 src/dps8/segldr.c 
bound             175 src/dps8/segldr.c 
bound              27 src/dps8/ucache.c          (cpu_state_t * cpup, uint ucNum, word15 segno, word18 offset, word14 bound,
bound              37 src/dps8/ucache.c   ep->bound   = bound;
bound              44 src/dps8/ucache.c             ucNum, segno, offset, bound, p, address, r1, paged);
bound              49 src/dps8/ucache.c          (cpu_state_t * cpup, uint ucNum, word15 segno, word18 offset, word14 * bound,
bound              83 src/dps8/ucache.c   if (((offset >> 4) & 037777) > ep->bound) {
bound              86 src/dps8/ucache.c     hdbgNote ("ucache", "bound %o != %o\r\n", ((offset >> 4) & 037777), ep->bound);
bound              92 src/dps8/ucache.c             ucNum, segno, offset, ep->bound, ep->p, ep->address, ep->r1, ep->paged);
bound              94 src/dps8/ucache.c   * bound = ep->bound;
bound              31 src/dps8/ucache.h   word14 bound;
bound              65 src/dps8/ucache.h   word18 offset, word14   bound, word1   p, word24   address, word3   r1, bool   paged);
bound              68 src/dps8/ucache.h   word18 offset, word14 * bound, word1 * p, word24 * address, word3 * r1, bool * paged);