Searched refs:cpu_features2 (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/libc/csu/powerpc64/ |
H A D | reloc.c | 24 static uint32_t cpu_features2; variable 36 cpu_features2 = (uint32_t)aux->a_un.a_val; in ifunc_init() 54 target = ((ifunc_resolver_t)ptr)(cpu_features, cpu_features2, in crt1_handle_rela()
|
/freebsd/sys/dev/random/ |
H A D | darn.c | 114 if (cpu_features2 & PPC_FEATURE2_DARN) { in darn_modevent() 121 if (cpu_features2 & PPC_FEATURE2_DARN) in darn_modevent()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | cpu.c | 268 u_long cpu_features2 = 0; variable 271 SYSCTL_OPAQUE(_hw, OID_AUTO, cpu_features2, CTLFLAG_RD, 272 &cpu_features2, sizeof(cpu_features2), "LX", "PowerPC CPU features 2"); 305 cpu_features2 |= cp->features2; in cpu_feature_setup() 364 if (cpu_features2 != 0) in cpu_setup() 365 printf("cpu%d: Features2 %b\n", cpuid, (int)cpu_features2, in cpu_setup()
|
H A D | elf64_machdep.c | 99 .sv_hwcap2 = &cpu_features2, 141 .sv_hwcap2 = &cpu_features2,
|
H A D | elf32_machdep.c | 136 .sv_hwcap2 = &cpu_features2,
|
H A D | exec_machdep.c | 1219 if (!(cpu_features2 & PPC_FEATURE2_DSCR)) in emulate_mfspr() 1239 if (!(cpu_features2 & PPC_FEATURE2_DSCR)) in emulate_mtspr()
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl_ppc.c | 47 if (cpu_features2 & PPC_FEATURE2_HAS_VEC_CRYPTO) { in ossl_cpuid() 51 if (cpu_features2 & PPC_FEATURE2_ARCH_3_00) { in ossl_cpuid()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | simd_powerpc.h | 91 return ((cpu_features2 & PPC_FEATURE2_ARCH_2_07) != 0); in zfs_isa207_available()
|
/freebsd/sys/powerpc/include/ |
H A D | ifunc.h | 50 register_t cpu_features2, \
|
H A D | cpu.h | 52 extern u_long cpu_features2;
|
/freebsd/libexec/rtld-elf/powerpc64/ |
H A D | reloc.c | 695 u_long cpu_features2; variable 705 cpu_features2 = -1UL; in powerpc64_abi_variant_hook() 709 cpu_features2 = (uint32_t)aux_info[AT_HWCAP2]->a_un.a_val; in powerpc64_abi_variant_hook()
|
/freebsd/libexec/rtld-elf/powerpc/ |
H A D | reloc.c | 798 u_long cpu_features2; variable 808 cpu_features2 = -1UL; in powerpc_abi_variant_hook() 812 cpu_features2 = aux_info[AT_HWCAP2]->a_un.a_val; in powerpc_abi_variant_hook()
|
/freebsd/sys/powerpc/aim/ |
H A D | moea64_native.c | 546 if (cpu_features2 & PPC_FEATURE2_ARCH_3_00) in moea64_cpu_bootstrap_native() 610 if (cpu_features2 & PPC_FEATURE2_ARCH_3_00) { in moea64_bootstrap_native() 619 if (cpu_features2 & PPC_FEATURE2_ARCH_3_00) { in moea64_bootstrap_native()
|
H A D | aim_machdep.c | 586 if ((cpu_features2 & PPC_FEATURE2_ARCH_3_00) == 0) in pmap_early_io_map_init()
|
/freebsd/sys/powerpc/powernv/ |
H A D | platform_powernv.c | 173 if (cpu_features2 & PPC_FEATURE2_ARCH_3_00) in powernv_attach()
|