Home
last modified time | relevance | path

Searched refs:UNIT_KLAD (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/PDP10/
H A Dpdp10_tim.c193 if (cpu_unit.flags & UNIT_KLAD) /* diags? */ in tim_svc()
252 if (val & (UNIT_T20|UNIT_KLAD)) { in tim_set_mod()
H A Dpdp10_defs.h136 #define UNIT_KLAD (1 << UNIT_V_KLAD) macro
137 #define Q_T10 ((cpu_unit.flags & (UNIT_ITS|UNIT_T20|UNIT_KLAD)) == 0)
140 #define Q_KLAD (cpu_unit.flags & UNIT_KLAD)
H A Dpdp10_cpu.c395 { UNIT_KLAD+UNIT_ITS+UNIT_T20, 0, "TOPS-10", "TOPS-10", &tim_set_mod },
396 { UNIT_KLAD+UNIT_ITS+UNIT_T20, 0, NULL , "TOPS10", &tim_set_mod },
397 { UNIT_KLAD+UNIT_ITS+UNIT_T20, UNIT_T20, "TOPS-20", "TOPS-20", &tim_set_mod },
398 { UNIT_KLAD+UNIT_ITS+UNIT_T20, UNIT_T20, NULL, "TOPS20", &tim_set_mod },
399 { UNIT_KLAD+UNIT_ITS+UNIT_T20, UNIT_ITS, "ITS", "ITS", &tim_set_mod },
400 { UNIT_KLAD+UNIT_ITS+UNIT_T20, UNIT_KLAD, "diagnostic mode", "KLAD", &tim_set_mod },