Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/oprofile/
Dop_model_mipsxx.c53 static int cpu_has_mipsmt_pertccounters; variable
56 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
345 cpu_has_mipsmt_pertccounters = read_c0_config7() & (1<<19); in mipsxx_init()
346 if (!cpu_has_mipsmt_pertccounters) in mipsxx_init()
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c143 static int cpu_has_mipsmt_pertccounters; variable
148 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
155 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
1681 cpu_has_mipsmt_pertccounters = read_c0_config7() & (1<<19); in init_hw_perf_events()
1682 if (!cpu_has_mipsmt_pertccounters) in init_hw_perf_events()