Searched refs:CRC32 (Results 1 – 7 of 7) sorted by relevance
/arch/mips/crypto/ |
D | crc32-mips.c | 64 #define CRC32(crc, value, size) \ macro 78 CRC32(crc, value, d); 89 CRC32(crc, value, w); 97 CRC32(crc, value, h); 104 CRC32(crc, value, b);
|
/arch/arm64/include/asm/ |
D | hwcap.h | 62 #define KERNEL_HWCAP_CRC32 __khwcap_feature(CRC32)
|
/arch/arm/crypto/ |
D | Kconfig | 147 tristate "CRC32(C) digest algorithm using CRC and/or PMULL instructions" 149 depends on CRC32
|
D | crc32-ce-glue.c | 236 { cpu_feature(CRC32) }, { cpu_feature(PMULL) }, { }
|
/arch/arm64/kernel/ |
D | cpuinfo.c | 136 [COMPAT_KERNEL_HWCAP2(CRC32)] = "crc32",
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 802 f0: MOVBE Gy,My | MOVBE Gw,Mw (66) | CRC32 Gd,Eb (F2) | CRC32 Gd,Eb (66&F2) 803 f1: MOVBE My,Gy | MOVBE Mw,Gw (66) | CRC32 Gd,Ey (F2) | CRC32 Gd,Ew (66&F2)
|
/arch/arm64/ |
D | Kconfig | 115 select CRC32
|