Home
last modified time | relevance | path

Searched refs:cpuid_ecx (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/crc32/
H A Dcrc32c.cc413 static uint32_t cpuid_ecx() in cpuid_ecx() function
430 return !(~cpuid_ecx() & cpuid_ecx_SSE42_AND_PCLMUL); in crc32_pclmul_enabled()
568 switch (cpuid_ecx() & cpuid_ecx_SSE42_AND_PCLMUL) { in Choose_Extend()
575 if (cpuid_ecx() & cpuid_ecx_SSE42) in Choose_Extend()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/crc32/
H A Dcrc32c.cc413 static uint32_t cpuid_ecx() in cpuid_ecx() function
430 return !(~cpuid_ecx() & cpuid_ecx_SSE42_AND_PCLMUL); in crc32_pclmul_enabled()
568 switch (cpuid_ecx() & cpuid_ecx_SSE42_AND_PCLMUL) { in Choose_Extend()
575 if (cpuid_ecx() & cpuid_ecx_SSE42) in Choose_Extend()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/cpupower/utils/helpers/
H A Dhelpers.h143 unsigned int cpuid_ecx(unsigned int op);
174 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx() function
H A Dcpuid.c125 if (cpuid_level >= 6 && (cpuid_ecx(6) & 0x1)) in get_cpu_info()
162 if (cpuid_level >= 6 && (cpuid_ecx(6) & (1 << 3))) in get_cpu_info()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/cpupower/utils/helpers/
H A Dhelpers.h143 unsigned int cpuid_ecx(unsigned int op);
174 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx() function
H A Dcpuid.c125 if (cpuid_level >= 6 && (cpuid_ecx(6) & 0x1)) in get_cpu_info()
162 if (cpuid_level >= 6 && (cpuid_ecx(6) & (1 << 3))) in get_cpu_info()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/cpupower/utils/helpers/
H A Dhelpers.h143 unsigned int cpuid_ecx(unsigned int op);
174 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx() function
H A Dcpuid.c125 if (cpuid_level >= 6 && (cpuid_ecx(6) & 0x1)) in get_cpu_info()
162 if (cpuid_level >= 6 && (cpuid_ecx(6) & (1 << 3))) in get_cpu_info()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/hvf/
H A Dx86_cpuid.c30 static bool xgetbv(uint32_t cpuid_ecx, uint32_t idx, uint64_t *xcr)
34 if (cpuid_ecx & CPUID_EXT_OSXSAVE) {
/dports/emulators/qemu/qemu-6.2.0/target/i386/hvf/
H A Dx86_cpuid.c30 static bool xgetbv(uint32_t cpuid_ecx, uint32_t idx, uint64_t *xcr) in xgetbv() argument
34 if (cpuid_ecx & CPUID_EXT_OSXSAVE) { in xgetbv()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/hvf/
H A Dx86_cpuid.c30 static bool xgetbv(uint32_t cpuid_ecx, uint32_t idx, uint64_t *xcr) in xgetbv() argument
34 if (cpuid_ecx & CPUID_EXT_OSXSAVE) { in xgetbv()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dalg.go402 cpuid_ecx&(1<<25) != 0 && // aes (aesenc)
403 cpuid_ecx&(1<<9) != 0 && // sse3 (pshufb)
404 cpuid_ecx&(1<<19) != 0 { // sse4.1 (pinsr{d,q})
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dalg.go402 cpuid_ecx&(1<<25) != 0 && // aes (aesenc)
403 cpuid_ecx&(1<<9) != 0 && // sse3 (pshufb)
404 cpuid_ecx&(1<<19) != 0 { // sse4.1 (pinsr{d,q})
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dalg.go402 cpuid_ecx&(1<<25) != 0 && // aes (aesenc)
403 cpuid_ecx&(1<<9) != 0 && // sse3 (pshufb)
404 cpuid_ecx&(1<<19) != 0 { // sse4.1 (pinsr{d,q})
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dalg.go402 cpuid_ecx&(1<<25) != 0 && // aes (aesenc)
403 cpuid_ecx&(1<<9) != 0 && // sse3 (pshufb)
404 cpuid_ecx&(1<<19) != 0 { // sse4.1 (pinsr{d,q})
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dalg.go402 cpuid_ecx&(1<<25) != 0 && // aes (aesenc)
403 cpuid_ecx&(1<<9) != 0 && // sse3 (pshufb)
404 cpuid_ecx&(1<<19) != 0 { // sse4.1 (pinsr{d,q})
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dalg.go402 cpuid_ecx&(1<<25) != 0 && // aes (aesenc)
403 cpuid_ecx&(1<<9) != 0 && // sse3 (pshufb)
404 cpuid_ecx&(1<<19) != 0 { // sse4.1 (pinsr{d,q})
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/include/asm/
H A Dvirtext.h28 unsigned long ecx = cpuid_ecx(1); in cpu_has_vmx()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/include/asm/
H A Dvirtext.h28 unsigned long ecx = cpuid_ecx(1); in cpu_has_vmx()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/include/asm/
H A Dvirtext.h28 unsigned long ecx = cpuid_ecx(1); in cpu_has_vmx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dhygon.c184 ecx = cpuid_ecx(0x80000008); in early_init_hygon_mc()
217 ecx = cpuid_ecx(0x8000001e); in bsp_init_hygon()
H A Damd.c492 ecx = cpuid_ecx(0x80000008); in early_init_amd_mc()
544 ecx = cpuid_ecx(0x8000001e); in bsp_init_amd()
834 if (!(cpuid_ecx(1) & BIT(30)) || rdrand_force) in clear_rdrand_cpuid_bit()
843 if (cpuid_ecx(1) & BIT(30)) { in clear_rdrand_cpuid_bit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dhygon.c184 ecx = cpuid_ecx(0x80000008); in early_init_hygon_mc()
217 ecx = cpuid_ecx(0x8000001e); in bsp_init_hygon()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dhygon.c184 ecx = cpuid_ecx(0x80000008); in early_init_hygon_mc()
217 ecx = cpuid_ecx(0x8000001e); in bsp_init_hygon()
/dports/sysutils/syslinux/syslinux-6.03/com32/include/sys/i386/
H A Dcpu.h59 static inline __constfunc uint32_t cpuid_ecx(uint32_t level) in cpuid_ecx() function

123456789