Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/oprofile/
Dop_model_mipsxx.c20 #define M_PERFCTL_VPEID(vpe) ((vpe) << MIPS_PERFCTRL_VPEID_S) macro
40 M_PERFCTL_VPEID(cpu_vpe_id(&current_cpu_data)))
/Linux-v4.19/arch/mips/kernel/
Dperf_event_mipsxx.c106 #define M_PERFCTL_VPEID(vpe) ((vpe) << MIPS_PERFCTRL_VPEID_S) macro
363 ctrl = M_PERFCTL_VPEID(cpu_vpe_id(&cpu_data[cpu])); in mipsxx_pmu_enable_event()