Home
last modified time | relevance | path

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

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