Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/oprofile/
H A Dop_model_mipsxx.c41 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
343 if (!cpu_has_mipsmt_pertccounters) in mipsxx_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h620 # define cpu_has_mipsmt_pertccounters \ macro
623 # define cpu_has_mipsmt_pertccounters 0 macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dperf_event_mipsxx.c128 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
131 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
1981 if (!cpu_has_mipsmt_pertccounters) in init_hw_perf_events()