Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/sys/powerpc/powerpc/
H A Dptrace_machdep.c67 if (!(cpu_features & PPC_FEATURE_VECTOR)) in cpu_ptrace()
77 if (!(cpu_features & PPC_FEATURE_VECTOR)) in cpu_ptrace()
86 if (!(cpu_features & PPC_FEATURE_HAS_VSX)) in cpu_ptrace()
105 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()
342 printf("cpu%d: Features %b\n", cpuid, (int)cpu_features, in cpu_setup()
700 result = (cpu_features & arg2) ? 1 : 0; in cpu_feature_bit()
H A Delf64_machdep.c95 .sv_hwcap = &cpu_features,
134 .sv_hwcap = &cpu_features,
H A Delf32_machdep.c134 .sv_hwcap = &cpu_features,
/freebsd-13.1/lib/csu/powerpc64/
H A Dcrt1_c.c51 static uint32_t cpu_features; variable
86 cpu_features = (uint32_t)aux->a_un.a_val; in init_cpu_features()
H A Dreloc.c38 target = ((ifunc_resolver_t)ptr)(cpu_features, cpu_features2, in crt1_handle_rela()
/freebsd-13.1/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h56 extern u_long cpu_features; /* r3 */
61 uint64_t, uint64_t, uint64_t))ptr)((uint32_t)cpu_features, \
H A Dreloc.c685 u_long cpu_features; variable
695 cpu_features = -1UL; in powerpc64_abi_variant_hook()
698 cpu_features = (uint32_t)aux_info[AT_HWCAP]->a_un.a_val; in powerpc64_abi_variant_hook()
/freebsd-13.1/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h56 extern u_long cpu_features; /* r3 */
61 uint32_t, uint32_t, uint32_t))ptr)((uint32_t)cpu_features, \
H A Dreloc.c788 u_long cpu_features; variable
798 cpu_features = -1UL; in powerpc_abi_variant_hook()
801 cpu_features = aux_info[AT_HWCAP]->a_un.a_val; in powerpc_abi_variant_hook()
/freebsd-13.1/sys/powerpc/aim/
H A Daim_machdep.c356 cpu_features |= PPC_FEATURE_64; in aim_cpu_init()
363 if (cpu_features & PPC_FEATURE_64) { in aim_cpu_init()
372 cpu_features |= PPC_FEATURE_64; in aim_cpu_init()
385 if (cpu_features & PPC_FEATURE_64) { in aim_cpu_init()
452 if (cpu_features & PPC_FEATURE_64) in aim_cpu_init()
482 else if (cpu_features & PPC_FEATURE_64) in aim_cpu_init()
/freebsd-13.1/lib/libc/powerpc64/string/
H A Dstrcpy_resolver.c43 if (cpu_features & PPC_FEATURE_ARCH_2_05)
H A Dstrncpy_resolver.c44 if (cpu_features & PPC_FEATURE_ARCH_2_05)
H A Dbcopy_resolver.c69 if (cpu_features & PPC_FEATURE_HAS_VSX)
/freebsd-13.1/sys/powerpc/include/
H A Difunc.h51 register_t cpu_features, \
H A Dcpu.h52 extern u_long cpu_features;
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_cpu.c92 int cpu_features; /* Child driver supported features. */ member
390 sc->cpu_features = ACPI_CAP_SMP_SAME | ACPI_CAP_SMP_SAME_C3 | in acpi_cpu_attach()
399 sc->cpu_features |= ACPI_CAP_SMP_C1_NATIVE | ACPI_CAP_SMP_C3_NATIVE; in acpi_cpu_attach()
405 sc->cpu_features |= features; in acpi_cpu_attach()
414 if (sc->cpu_features) { in acpi_cpu_attach()
415 cap_set[1] = sc->cpu_features; in acpi_cpu_attach()
430 cap_set[2] = sc->cpu_features; in acpi_cpu_attach()
/freebsd-13.1/sys/powerpc/booke/
H A Dbooke_machdep.c216 cpu_features |= PPC_FEATURE_BOOKE; in booke_cpu_init()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h64 std::vector<std::string> &cpu_features);
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp46 std::vector<std::string> &cpu_features) in IRExecutionUnit() argument
49 m_cpu_features(cpu_features), m_name(name), m_sym_ctx(sym_ctx), in IRExecutionUnit()
/freebsd-13.1/sys/powerpc/ofw/
H A Dofw_machdep.c733 if (!(cpu_features & PPC_FEATURE_64)) in openfirmware_core()
/freebsd-13.1/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c700 if (!(cpu_features & PPC_FEATURE_BOOKE) && !(mfmsr() & PSL_DR)) in ofwfb_init()
/freebsd-13.1/sys/arm64/arm64/
H A Didentcpu.c1764 SYSINIT(cpu_features, SI_SUB_SMP - 1, SI_ORDER_ANY, cpu_features_sysinit, NULL);