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

/linux-master/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;
797 hwc->config_base &= M_PERFCTL_CONFIG_MASK;
/linux-master/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) |
363 (evt->config_base & M_PERFCTL_CONFIG_MASK) |
1520 hwc->config_base &= M_PERFCTL_CONFIG_MASK;

Completed in 167 milliseconds