Home
last modified time | relevance | path

Searched refs:UBANUM (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/PDP10/
H A Dpdp10_ksio.c91 int32 ubcs[UBANUM] = { 0 }; /* status registers */
92 int32 ubmap[UBANUM][UMAP_MEMSIZE] = { 0 }; /* Unibus maps */
101 static const int32 ubabr76[UBANUM] = {
104 static const int32 ubabr54[UBANUM] = {
167 UBANUM, 8, UMAP_ASIZE, 1, 8, 32,
529 for (i = lvl = 0; i < UBANUM; i++) { in pi_ub_eval()
549 for (i = masked_irq = 0; i < UBANUM; i++) { in pi_ub_vec()
665 for (uba = 0; uba < UBANUM; uba++) { in uba_reset()
H A Dpdp10_tu.c297 extern int32 ubmap[UBANUM][UMAP_MEMSIZE]; /* Unibus map */
298 extern int32 ubcs[UBANUM];
H A Dpdp10_rp.c331 extern int32 ubmap[UBANUM][UMAP_MEMSIZE]; /* Unibus maps */
332 extern int32 ubcs[UBANUM];
H A Dpdp10_defs.h563 #define UBANUM 2 /* # of Unibus adapters */ macro