Home
last modified time | relevance | path

Searched refs:CRC32 (Results 1 – 7 of 7) sorted by relevance

/arch/mips/crypto/
Dcrc32-mips.c64 #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/
Dhwcap.h62 #define KERNEL_HWCAP_CRC32 __khwcap_feature(CRC32)
/arch/arm/crypto/
DKconfig147 tristate "CRC32(C) digest algorithm using CRC and/or PMULL instructions"
149 depends on CRC32
Dcrc32-ce-glue.c236 { cpu_feature(CRC32) }, { cpu_feature(PMULL) }, { }
/arch/arm64/kernel/
Dcpuinfo.c136 [COMPAT_KERNEL_HWCAP2(CRC32)] = "crc32",
/arch/x86/lib/
Dx86-opcode-map.txt802 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/
DKconfig115 select CRC32