HomeSort by: relevance | last modified time | path
    Searched refs:mmuid (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/hp300/include/
hp300spu.h 57 /* values for mmuid - used to differentiate similar CPU/cache combos */
69 #define MMUID_MASK 0xff /* ...and mask with this to get mmuid */
74 extern int mmuid; /* MMU id */
  /src/sys/arch/hp300/stand/common/
machdep.c 79 switch (mmuid) {
91 switch (mmuid) {
samachdep.h 97 extern int machineid, mmuid;
apci.c 95 if (machineid != HP_425 || mmuid != MMUID_425_E)
srt0.S 45 /* For machineid and mmuid constants */
76 GLOBAL(mmuid)
136 lea _C_LABEL(mmuid),%a0
194 lea _C_LABEL(mmuid),%a0
clock.c 108 if (machineid == HP_425 && mmuid == MMUID_425_E) {
  /src/sys/arch/hp300/hp300/
machdep.c 339 int mmuid; member in struct:hp300_model
380 if (hp300_models[i].mmuid != -1 &&
381 hp300_models[i].mmuid != mmuid)
484 if (mmuid)
485 printf(", mmuid %d", mmuid);
locore.s 228 RELOC(mmuid, %a0) | save MMU ID
242 * nor the 362 have a nonzero mmuid). Identify 362 by checking
297 RELOC(mmuid,%a0) | save MMU ID
1134 GLOBAL(mmuid)
  /src/sys/arch/hp300/dev/
mcclock_frodo.c 61 if (machineid != HP_425 || mmuid != MMUID_425_E)
com_frodo.c 162 if (machineid != HP_425 || mmuid != MMUID_425_E)
frodo.c 198 mmuid != MMUID_425_E)
203 if (fd->fd_offset == FRODO_CALENDAR && mmuid != MMUID_425_E)
rtc.c 82 if (machineid == HP_425 && mmuid == MMUID_425_E)

Completed in 18 milliseconds