Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/oprofile/
Dop_model_mipsxx.c24 #define M_PERFCTL_VPEID(vpe) ((vpe) << 16) macro
55 M_PERFCTL_VPEID(cpu_data[smp_processor_id()].vpe_id))
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c112 #define M_PERFCTL_VPEID(vpe) ((vpe) << 16) macro
1248 hwc->config_base |= M_PERFCTL_VPEID(event->cpu); in check_and_calc_range()