Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/libsodium/src/libsodium/sodium/
H A Druntime.c49 cpu_features->has_neon = 0; in _sodium_runtime_arm_cpu_features()
54 cpu_features->has_neon = 1; in _sodium_runtime_arm_cpu_features()
56 cpu_features->has_neon = 0; in _sodium_runtime_arm_cpu_features()
60 cpu_features->has_neon = in _sodium_runtime_arm_cpu_features()
63 cpu_features->has_neon = 0; in _sodium_runtime_arm_cpu_features()
126 cpu_features->has_sse2 = 0; in _sodium_runtime_intel_cpu_features()
132 cpu_features->has_sse3 = 0; in _sodium_runtime_intel_cpu_features()
138 cpu_features->has_ssse3 = 0; in _sodium_runtime_intel_cpu_features()
147 cpu_features->has_avx = 0; in _sodium_runtime_intel_cpu_features()
184 cpu_features->has_avx2 = 0; in _sodium_runtime_intel_cpu_features()
[all …]
/freebsd-12.1/sys/powerpc/powerpc/
H A Dptrace_machdep.c61 if (!(cpu_features & PPC_FEATURE_HAS_ALTIVEC)) in cpu_ptrace()
71 if (!(cpu_features & PPC_FEATURE_HAS_ALTIVEC)) in cpu_ptrace()
80 if (!(cpu_features & PPC_FEATURE_HAS_VSX)) in cpu_ptrace()
99 if (!(cpu_features & PPC_FEATURE_HAS_VSX)) in cpu_ptrace()
H A Dcpu.c247 u_long cpu_features = PPC_FEATURE_32 | PPC_FEATURE_HAS_MMU; variable
249 SYSCTL_OPAQUE(_hw, OID_AUTO, cpu_features, CTLFLAG_RD,
250 &cpu_features, sizeof(cpu_features), "LX", "PowerPC CPU features");
284 cpu_features |= cp->features; in cpu_feature_setup()
343 printf("cpu%d: Features %b\n", cpuid, (int)cpu_features, in cpu_setup()
698 result = (cpu_features & arg2) ? 1 : 0; in cpu_feature_bit()
H A Delf32_machdep.c126 .sv_hwcap = &cpu_features,
H A Delf64_machdep.c91 .sv_hwcap = &cpu_features,
/freebsd-12.1/sys/powerpc/aim/
H A Daim_machdep.c321 cpu_features |= PPC_FEATURE_64; in aim_cpu_init()
328 if (cpu_features & PPC_FEATURE_64) { in aim_cpu_init()
337 cpu_features |= PPC_FEATURE_64; in aim_cpu_init()
350 if (cpu_features & PPC_FEATURE_64) { in aim_cpu_init()
396 if (cpu_features & PPC_FEATURE_64) in aim_cpu_init()
426 else if (cpu_features & PPC_FEATURE_64) in aim_cpu_init()
/freebsd-12.1/sys/dev/acpica/
H A Dacpi_cpu.c92 int cpu_features; /* Child driver supported features. */ member
403 sc->cpu_features = ACPI_CAP_SMP_SAME | ACPI_CAP_SMP_SAME_C3 | in acpi_cpu_attach()
412 sc->cpu_features |= ACPI_CAP_SMP_C1_NATIVE | ACPI_CAP_SMP_C3_NATIVE; in acpi_cpu_attach()
418 sc->cpu_features |= features; in acpi_cpu_attach()
427 if (sc->cpu_features) { in acpi_cpu_attach()
428 cap_set[1] = sc->cpu_features; in acpi_cpu_attach()
443 cap_set[2] = sc->cpu_features; in acpi_cpu_attach()
/freebsd-12.1/sys/powerpc/include/
H A Dcpu.h52 extern u_long cpu_features;
/freebsd-12.1/sys/powerpc/booke/
H A Dbooke_machdep.c215 cpu_features |= PPC_FEATURE_BOOKE; in booke_cpu_init()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h69 std::vector<std::string> &cpu_features);
/freebsd-12.1/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c523 if (!(cpu_features & PPC_FEATURE_BOOKE) && !(mfmsr() & PSL_DR)) in ofwfb_init()
/freebsd-12.1/sys/powerpc/ofw/
H A Dofw_machdep.c635 if (!(cpu_features & PPC_FEATURE_64)) in openfirmware_core()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp45 std::vector<std::string> &cpu_features) in IRExecutionUnit() argument
48 m_cpu_features(cpu_features), m_name(name), m_sym_ctx(sym_ctx), in IRExecutionUnit()