Searched refs:cpu_features (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/powerpc/aim/ |
| HD | aim_machdep.c | 278 cpu_features |= PPC_FEATURE_64; in aim_cpu_init() 285 if (cpu_features & PPC_FEATURE_64) { in aim_cpu_init() 294 cpu_features |= PPC_FEATURE_64; in aim_cpu_init() 307 if (cpu_features & PPC_FEATURE_64) { in aim_cpu_init() 351 if (cpu_features & PPC_FEATURE_64) in aim_cpu_init() 379 if (cpu_features & PPC_FEATURE_64) in aim_cpu_init()
|
| /NextBSD/sys/powerpc/powerpc/ |
| HD | cpu.c | 206 int cpu_features = PPC_FEATURE_32 | PPC_FEATURE_HAS_MMU; variable 208 SYSCTL_OPAQUE(_hw, OID_AUTO, cpu_features, CTLFLAG_RD, 209 &cpu_features, sizeof(cpu_features), "IX", "PowerPC CPU features"); 280 cpu_features |= cp->features; in cpu_setup() 282 printf("cpu%d: Features %b\n", cpuid, cpu_features, in cpu_setup() 590 result = (cpu_features & arg2) ? 1 : 0; in cpu_feature_bit()
|
| HD | ptrace_machdep.c | 58 if (!(cpu_features & PPC_FEATURE_HAS_ALTIVEC)) in cpu_ptrace() 68 if (!(cpu_features & PPC_FEATURE_HAS_ALTIVEC)) in cpu_ptrace()
|
| /NextBSD/sys/dev/acpica/ |
| HD | acpi_cpu.c | 92 int cpu_features; /* Child driver supported features. */ member 369 sc->cpu_features = ACPI_CAP_SMP_SAME | ACPI_CAP_SMP_SAME_C3 | in acpi_cpu_attach() 378 sc->cpu_features |= ACPI_CAP_SMP_C1_NATIVE | ACPI_CAP_SMP_C3_NATIVE; in acpi_cpu_attach() 384 sc->cpu_features |= features; in acpi_cpu_attach() 393 if (sc->cpu_features) { in acpi_cpu_attach() 407 cap_set[1] = sc->cpu_features; in acpi_cpu_attach() 421 cap_set[2] = sc->cpu_features; in acpi_cpu_attach()
|
| /NextBSD/sys/powerpc/include/ |
| HD | cpu.h | 50 extern int cpu_features;
|
| /NextBSD/sys/powerpc/booke/ |
| HD | booke_machdep.c | 214 cpu_features |= PPC_FEATURE_BOOKE; in booke_cpu_init()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | IRExecutionUnit.h | 77 std::vector<std::string> &cpu_features);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | IRExecutionUnit.cpp | 35 std::vector<std::string> &cpu_features) : in IRExecutionUnit() argument 40 m_cpu_features(cpu_features), in IRExecutionUnit()
|
| /NextBSD/sys/powerpc/ofw/ |
| HD | ofw_machdep.c | 455 if (!(cpu_features & PPC_FEATURE_64)) in openfirmware_core()
|