Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/aim/
HDaim_machdep.c278 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/
HDcpu.c206 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()
HDptrace_machdep.c58 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/
HDacpi_cpu.c92 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/
HDcpu.h50 extern int cpu_features;
/NextBSD/sys/powerpc/booke/
HDbooke_machdep.c214 cpu_features |= PPC_FEATURE_BOOKE; in booke_cpu_init()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRExecutionUnit.h77 std::vector<std::string> &cpu_features);
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRExecutionUnit.cpp35 std::vector<std::string> &cpu_features) : in IRExecutionUnit() argument
40 m_cpu_features(cpu_features), in IRExecutionUnit()
/NextBSD/sys/powerpc/ofw/
HDofw_machdep.c455 if (!(cpu_features & PPC_FEATURE_64)) in openfirmware_core()