Home
last modified time | relevance | path

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

/arch/nds32/kernel/
Dperf_event_cpu.c578 if (!test_and_set_bit(NDS32_IDX_COUNTER1, cpuc->used_mask)) in nds32_pmu_get_event_idx()
579 return NDS32_IDX_COUNTER1; in nds32_pmu_get_event_idx()
583 else if (!test_and_set_bit(NDS32_IDX_COUNTER1, cpuc->used_mask)) in nds32_pmu_get_event_idx()
584 return NDS32_IDX_COUNTER1; in nds32_pmu_get_event_idx()
/arch/nds32/include/asm/
Dpmu.h41 #define NDS32_IDX_COUNTER1 2 macro