Home
last modified time | relevance | path

Searched refs:cpu_feature_bit (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dcpu.c260 static int cpu_feature_bit(SYSCTL_HANDLER_ARGS);
281 cpu_feature_bit, "I", "Floating point instructions executed in hardware");
283 0, PPC_FEATURE_HAS_ALTIVEC, cpu_feature_bit, "I", "CPU supports Altivec");
716 cpu_feature_bit(SYSCTL_HANDLER_ARGS) in cpu_feature_bit() function