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

  /src/sys/arch/x68k/stand/boot/
boot.c 56 int mpu; variable
395 mpu = detectmpu();
397 if (mpu < 3) { /* not tested on 68020 */
398 printf("This MPU cannot run NetBSD.\n");
  /src/sys/arch/mac68k/mac68k/
machdep.c 1876 const char *mpu; local
1880 mpu = ("(68020)");
1883 mpu = ("(68030)");
1886 mpu = ("(68040)");
1889 mpu = ("(unknown processor)");
1895 mpu);
  /src/share/man/man4/
Makefile 47 mpu.4 mtd.4 mtio.4 msm6242b.4 multicast.4 mvsata.4 \
  /src/sys/dev/ic/
mlx.c 681 mlx_adjqparam(struct mlx_softc *mlx, int mpu, int slop)
692 ldadjqparam(ld, mpu + (slop-- > 0));

Completed in 26 milliseconds