Home
last modified time | relevance | path

Searched refs:MIPS_PERFCTRL_IE (Results 1 – 3 of 3) sorted by relevance

/arch/mips/oprofile/
Dop_model_mipsxx.c149 MIPS_PERFCTRL_IE; in mipsxx_reg_setup()
251 if ((control & MIPS_PERFCTRL_IE) && \ in mipsxx_perfcount_handler()
/arch/mips/kernel/
Dperf_event_mipsxx.c114 MIPS_PERFCTRL_IE)
360 MIPS_PERFCTRL_IE; in mipsxx_pmu_enable_event()
365 MIPS_PERFCTRL_IE; in mipsxx_pmu_enable_event()
1570 hwc->config_base = MIPS_PERFCTRL_IE; in __hw_perf_event_init()
/arch/mips/include/asm/
Dmipsregs.h774 #define MIPS_PERFCTRL_IE (_ULCAST_(1) << 4) macro