HomeSort by: relevance | last modified time | path
    Searched defs:vax_cputype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/vax/
findcpu.c 42 * running on and thus initializes/uses vax_cputype and vax_boardtype.
46 int vax_cputype; /* highest byte of SID register */ variable in typeref:typename:int
61 vax_cputype = vax_cpudata >> 24;
62 vax_boardtype = vax_cputype << 24;
64 switch (vax_cputype) {
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 80 int vax_cputype; variable in typeref:typename:int
105 vax_cputype = (mfpr(PR_SID) >> 24) & 0xFF;
124 if (rpb->devtyp != BDEV_HP && vax_cputype == VAX_TYP_750)

Completed in 174 milliseconds