Home
last modified time | relevance | path

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

/arch/nios2/kernel/
Dcpuinfo.c69 cpuinfo.has_mulx = of_property_read_bool(cpu, "altr,has-mulx"); in setup_cpuinfo()
80 if (IS_ENABLED(CONFIG_NIOS2_HW_MULX_SUPPORT) && !cpuinfo.has_mulx) in setup_cpuinfo()
158 cpuinfo.has_mulx ? "yes" : "no", in show_cpuinfo()
/arch/nios2/include/asm/
Dcpuinfo.h31 bool has_mulx; member