Searched refs:DEFINE_CRC_PCLMUL_FUNCS (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crc/x86/ |
| H A D | crc64-pclmul.S | 6 DEFINE_CRC_PCLMUL_FUNCS(crc64_msb, /* bits= */ 64, /* lsb= */ 0) 7 DEFINE_CRC_PCLMUL_FUNCS(crc64_lsb, /* bits= */ 64, /* lsb= */ 1)
|
| H A D | crc16-msb-pclmul.S | 6 DEFINE_CRC_PCLMUL_FUNCS(crc16_msb, /* bits= */ 16, /* lsb= */ 0)
|
| H A D | crc32-pclmul.S | 6 DEFINE_CRC_PCLMUL_FUNCS(crc32_lsb, /* bits= */ 32, /* lsb= */ 1)
|
| H A D | crc-pclmul-template.S | 564 #define DEFINE_CRC_PCLMUL_FUNCS(prefix, bits, lsb) \ macro
|