Home
last modified time | relevance | path

Searched refs:DEFINE_CRC_PCLMUL_FUNCS (Results 1 – 4 of 4) sorted by relevance

/linux/lib/crc/x86/
H A Dcrc64-pclmul.S6 DEFINE_CRC_PCLMUL_FUNCS(crc64_msb, /* bits= */ 64, /* lsb= */ 0)
7 DEFINE_CRC_PCLMUL_FUNCS(crc64_lsb, /* bits= */ 64, /* lsb= */ 1)
H A Dcrc16-msb-pclmul.S6 DEFINE_CRC_PCLMUL_FUNCS(crc16_msb, /* bits= */ 16, /* lsb= */ 0)
H A Dcrc32-pclmul.S6 DEFINE_CRC_PCLMUL_FUNCS(crc32_lsb, /* bits= */ 32, /* lsb= */ 1)
H A Dcrc-pclmul-template.S564 #define DEFINE_CRC_PCLMUL_FUNCS(prefix, bits, lsb) \ macro