Lines Matching refs:cpuid
69 * 2.4 04/30/94 - Cpuid includes base machine type.
166 u_long cpuid;
259 cpuid = atoi(optarg) << 16;
402 if (((cpuid >> 24) == 0x7d) && ((u_long)ba < 0x1000000)) {
467 boothowto, esym, cpuid, eclock_freq, amiga_flags, I_flag, Z_flag == 0);
508 if ((cpuid >> 24) == 0x7D) {
623 cpuid |= SysBase->AttnFlags; /* get FPU and CPU flags */
624 if ((cpuid & AFB_68020) == 0)
626 if (cpuid & 0xffff0000) {
627 if ((cpuid >> 24) == 0x7D)
630 switch (cpuid >> 16) {
641 cpuid >> 16);
647 cpuid |= 4000 << 16;
649 cpuid |= 3000 << 16;
653 cpuid |= 1200 << 16; /* AGA + PCMCIA = A1200 */
655 cpuid |= 600 << 16; /* noAGA + PCMCIA = A600 */
657 cpuid |= (32000 | DRACOREVISION) << 16;
662 if ((cpuid >> 16) == 0)
663 cpuid |= 2000 << 16;