Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-features.h47 #define cpu_has_crypto cpu_opt(LOONGARCH_CPU_CRYPTO) macro
/openbmc/linux/arch/loongarch/kernel/
H A Dproc.c82 if (cpu_has_crypto) seq_printf(m, " crypto"); in show_cpuinfo()