Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dperf_event.c855 counters = ((read_cpucfg(LOONGARCH_CPUCFG6) & CPUCFG6_PMNUM) >> 4) + 1; in init_hw_perf_events()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h121 #define CPUCFG6_PMNUM GENMASK(7, 4) macro