Home
last modified time | relevance | path

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

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