Lines Matching full:1
72 #define MACH_AMIGA 1
100 #define CPUB_68030 1
105 #define CPU_68020 (1 << CPUB_68020)
106 #define CPU_68030 (1 << CPUB_68030)
107 #define CPU_68040 (1 << CPUB_68040)
108 #define CPU_68060 (1 << CPUB_68060)
109 #define CPU_COLDFIRE (1 << CPUB_COLDFIRE)
112 #define FPUB_68882 1
118 #define FPU_68881 (1 << FPUB_68881)
119 #define FPU_68882 (1 << FPUB_68882)
120 #define FPU_68040 (1 << FPUB_68040)
121 #define FPU_68060 (1 << FPUB_68060)
122 #define FPU_SUNFPA (1 << FPUB_SUNFPA)
123 #define FPU_COLDFIRE (1 << FPUB_COLDFIRE)
126 #define MMUB_68030 1 /* Internal MMU */
133 #define MMU_68851 (1 << MMUB_68851)
134 #define MMU_68030 (1 << MMUB_68030)
135 #define MMU_68040 (1 << MMUB_68040)
136 #define MMU_68060 (1 << MMUB_68060)
137 #define MMU_SUN3 (1 << MMUB_SUN3)
138 #define MMU_APOLLO (1 << MMUB_APOLLO)
139 #define MMU_COLDFIRE (1 << MMUB_COLDFIRE)