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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h635 # define cpu_has_mipsmt_pertccounters \ macro
638 # define cpu_has_mipsmt_pertccounters 0 macro
/linux-master/arch/mips/kernel/
H A Dproc.c270 if (cpu_has_mipsmt_pertccounters)
H A Dperf_event_mipsxx.c128 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
131 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
1904 if (!cpu_has_mipsmt_pertccounters)

Completed in 98 milliseconds