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

  /src/sys/arch/sparc/include/
cpuconf.h 99 #define CPU_NTYPES (_CPU_NTYPES_SUN4 + _CPU_NTYPES_SUN4C + \
102 #define CPU_NTYPES 0
116 #if CPU_NTYPES != 0 && !defined(SUN4)
118 #elif CPU_NTYPES == 1 && defined(SUN4)
124 #if CPU_NTYPES != 0 && !defined(SUN4C)
126 #elif CPU_NTYPES == 1 && defined(SUN4C)
132 #if CPU_NTYPES != 0 && !defined(SUN4M)
134 #elif CPU_NTYPES == 1 && defined(SUN4M)
140 #if CPU_NTYPES != 0 && !defined(SUN4D)
142 #elif CPU_NTYPES == 1 && defined(SUN4D
    [all...]
vmparam.h 71 #if CPU_NTYPES != 0 && !defined(SUN4)
73 #elif CPU_NTYPES == 1 && defined(SUN4)
param.h 146 #if CPU_NTYPES != 0 && !defined(SUN4)
150 #elif CPU_NTYPES == 1 && defined(SUN4)
  /src/sys/arch/arm/include/
cpuconf.h 65 #define CPU_NTYPES (defined(CPU_ARM6) + defined(CPU_ARM7) + \
82 #define CPU_NTYPES 2

Completed in 95 milliseconds