Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dcpu-probe.c303 c->fpu_vers = (read_cpucfg(LOONGARCH_CPUCFG2) & CPUCFG2_FPVERS) >> 3; in cpu_probe()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h81 #define CPUCFG2_FPVERS GENMASK(5, 3) macro