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

  /src/sys/arch/sun2/sun2/
idprom.c 77 cpu_machine_id = identity_prom.idp_machtype;
107 hid.c[0] = idp->idp_machtype;
locore2.c 207 * XXX: Just save idprom.idp_machtype here, and
217 machtype = identity_prom.idp_machtype;
  /src/sys/arch/sun3/sun3/
idprom.c 79 cpu_machine_id = identity_prom.idp_machtype;
109 hid.c[0] = idp->idp_machtype;
locore2.c 227 * XXX: Just save idprom.idp_machtype here, and
237 machtype = identity_prom.idp_machtype;
  /src/sys/dev/sun/
idprom.h 41 uint8_t idp_machtype; /* machine type */ member in struct:idprom
66 /* Values of idp_machtype we might see. */
  /src/sys/arch/sun3/sun3x/
idprom.c 81 cpu_machine_id = identity_prom.idp_machtype;
111 hid.c[0] = idp->idp_machtype;
machdep.c 263 machtype = identity_prom.idp_machtype;
  /src/sys/arch/sun68k/stand/libsa/
idprom.c 96 cpu_machine_id = identity_prom.idp_machtype;
  /src/sys/arch/sparc/stand/common/
mmu.c 64 if (idp->idp_machtype == ID_SUN4_400)
  /src/sys/arch/sparc/sparc/
promlib.c 1237 h = (u_int)idprom.idp_machtype << 24;
cpu.c 1226 switch (idp->idp_machtype) {

Completed in 16 milliseconds