Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dcpu.h81 #define CPU_FEATURE_CRC32 6 /* CPU has CRC32 instructions */ macro
112 #define LOONGARCH_CPU_CRC32 BIT_ULL(CPU_FEATURE_CRC32)
/linux-6.12.1/arch/loongarch/crypto/
Dcrc32-loongarch.c271 if (!cpu_has(CPU_FEATURE_CRC32)) in crc32_mod_init()
287 if (!cpu_has(CPU_FEATURE_CRC32)) in crc32_mod_exit()