Home
last modified time | relevance | path

Searched refs:cpu_has_mipsmt_pertccounters (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/mips/oprofile/
Dop_model_mipsxx.c41 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
328 if (!cpu_has_mipsmt_pertccounters) in mipsxx_init()
/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h577 # define cpu_has_mipsmt_pertccounters \ macro
580 # define cpu_has_mipsmt_pertccounters 0 macro
/Linux-v4.19/arch/mips/kernel/
Dperf_event_mipsxx.c135 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
138 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
1716 if (!cpu_has_mipsmt_pertccounters) in init_hw_perf_events()