Searched refs:cpu_6xx_setup (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | cpu.c | 85 static void cpu_6xx_setup(int cpuid, uint16_t vers); 119 PPC_FEATURE_HAS_FPU | PPC_FEATURE_UNIFIED_CACHE, 0, cpu_6xx_setup }, 121 PPC_FEATURE_HAS_FPU, 0, cpu_6xx_setup }, 123 PPC_FEATURE_HAS_FPU, 0, cpu_6xx_setup }, 125 PPC_FEATURE_HAS_FPU, 0, cpu_6xx_setup }, 127 PPC_FEATURE_HAS_FPU, 0, cpu_6xx_setup }, 129 PPC_FEATURE_HAS_FPU, 0, cpu_6xx_setup }, 131 PPC_FEATURE_HAS_FPU, 0, cpu_6xx_setup }, 135 PPC_FEATURE_HAS_FPU, 0, cpu_6xx_setup }, 137 PPC_FEATURE_HAS_FPU, 0, cpu_6xx_setup }, [all …]
|