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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/oprofile/
H A Dop_model_mipsxx.c37 static int cpu_has_mipsmt_pertccounters; variable
40 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \
312 cpu_has_mipsmt_pertccounters = read_c0_config7() & (1<<19);
313 if (!cpu_has_mipsmt_pertccounters)

Completed in 178 milliseconds