Home
last modified time | relevance | path

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

/Linux-v4.19/arch/xtensa/kernel/
Dperf_event.c61 static const u32 xtensa_hw_ctl[] = { variable
207 if (event->attr.config >= ARRAY_SIZE(xtensa_hw_ctl) || in xtensa_pmu_event_init()
208 xtensa_hw_ctl[event->attr.config] == 0) in xtensa_pmu_event_init()
210 event->hw.config = xtensa_hw_ctl[event->attr.config]; in xtensa_pmu_event_init()