Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dperf_event.c156 #define M_PERFCTL_CONFIG_MASK 0x1f0000 macro
275 (evt->config_base & M_PERFCTL_CONFIG_MASK) | CSR_PERFCTRL_IE; in loongarch_pmu_enable_event()
797 hwc->config_base &= M_PERFCTL_CONFIG_MASK; in __hw_perf_event_init()
/openbmc/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c117 #define M_PERFCTL_CONFIG_MASK 0x3fff801f macro
119 #define M_PERFCTL_CONFIG_MASK 0x1f macro
358 (evt->config_base & M_PERFCTL_CONFIG_MASK) | in mipsxx_pmu_enable_event()
363 (evt->config_base & M_PERFCTL_CONFIG_MASK) | in mipsxx_pmu_enable_event()
1520 hwc->config_base &= M_PERFCTL_CONFIG_MASK; in __hw_perf_event_init()