Home
last modified time | relevance | path

Searched refs:CPUINFO_PCLMUL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/host/include/i386/host/
H A Dcpuinfo.h28 #define CPUINFO_PCLMUL (1u << 19) macro
/openbmc/qemu/host/include/i386/host/crypto/
H A Dclmul.h16 # define HAVE_CLMUL_ACCEL likely(cpuinfo & CPUINFO_PCLMUL)
/openbmc/qemu/util/
H A Dcpuinfo-i386.c40 info |= (c & bit_PCLMUL ? CPUINFO_PCLMUL : 0); in cpuinfo_init()