r1                 29 src/dps8/ucache.c void ucCacheSave (uint ucNum, word15 segno, word18 offset, word14 bound, word1 p, word24 address, word3 r1, bool paged) {
r1                 40 src/dps8/ucache.c   ep->r1      = r1;
r1                 44 src/dps8/ucache.c   hdbgNote ("ucache", "save %u %05o:%06o %05o %o %08o %o %o", ucNum, segno, offset, bound, p, address, r1, paged);
r1                 48 src/dps8/ucache.c bool ucCacheCheck (uint ucNum, word15 segno, word18 offset, word14 * bound, word1 * p, word24 * address, word3 * r1, bool * paged) {
r1                 89 src/dps8/ucache.c   hdbgNote ("ucache", "hit %u %05o:%06o %05o %o %08o %o %o", ucNum, segno, offset, ep->bound, ep->p, ep->address, ep->r1, ep->paged);
r1                108 src/dps8/ucache.c   * r1      = ep->r1;
r1                 37 src/dps8/ucache.h   word3  r1;
r1                 64 src/dps8/ucache.h void ucCacheSave  (uint ucNum, word15 segno, word18 offset, word14   bound, word1   p, word24   address, word3   r1, bool   paged);
r1                 65 src/dps8/ucache.h bool ucCacheCheck (uint ucNum, word15 segno, word18 offset, word14 * bound, word1 * p, word24 * address, word3 * r1, bool * paged);
r1               1930 src/simh/sim_console.c t_stat r1 = tmxr_shutdown ();
r1               1933 src/simh/sim_console.c if (r1 != SCPE_OK)
r1               1934 src/simh/sim_console.c     return r1;