Home
last modified time | relevance | path

Searched refs:CPU_FEATURE_CRC32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu.h81 #define CPU_FEATURE_CRC32 6 /* CPU has CRC32 instructions */ macro
109 #define LOONGARCH_CPU_CRC32 BIT_ULL(CPU_FEATURE_CRC32)
/openbmc/linux/arch/loongarch/crypto/
H A Dcrc32-loongarch.c273 if (!cpu_has(CPU_FEATURE_CRC32)) in crc32_mod_init()
289 if (!cpu_has(CPU_FEATURE_CRC32)) in crc32_mod_exit()