Home
last modified time | relevance | path

Searched defs:HAVE_CLMUL_ACCEL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/host/include/aarch64/host/crypto/
H A Dclmul.h17 # define HAVE_CLMUL_ACCEL true macro
19 # define HAVE_CLMUL_ACCEL likely(cpuinfo & CPUINFO_PMULL) macro
/openbmc/qemu/host/include/i386/host/crypto/
H A Dclmul.h13 # define HAVE_CLMUL_ACCEL true macro
16 # define HAVE_CLMUL_ACCEL likely(cpuinfo & CPUINFO_PCLMUL) macro
/openbmc/qemu/host/include/generic/host/crypto/
H A Dclmul.h9 #define HAVE_CLMUL_ACCEL false macro