Home
last modified time | relevance | path

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

/arch/nios2/kernel/
Dcpuinfo.c73 cpuinfo.has_mul = fcpu_has(cpu, "altr,has-mul"); in setup_cpuinfo()
80 if (IS_ENABLED(CONFIG_NIOS2_HW_MUL_SUPPORT) && !cpuinfo.has_mul) in setup_cpuinfo()
150 cpuinfo.has_mul ? "yes" : "no", in show_cpuinfo()
/arch/nios2/include/asm/
Dcpuinfo.h30 u32 has_mul; member