Home
last modified time | relevance | path

Searched refs:ARC_REG_PCT_INT_CTRL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dperf_event.c306 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_start()
307 read_aux_reg(ARC_REG_PCT_INT_CTRL) | BIT(idx)); in arc_pmu_start()
326 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_stop()
327 read_aux_reg(ARC_REG_PCT_INT_CTRL) & ~BIT(idx)); in arc_pmu_stop()
430 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_intr()
431 read_aux_reg(ARC_REG_PCT_INT_CTRL) | BIT(idx)); in arc_pmu_intr()
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dperf_event.c468 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_start()
469 read_aux_reg(ARC_REG_PCT_INT_CTRL) | BIT(idx)); in arc_pmu_start()
488 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_stop()
489 read_aux_reg(ARC_REG_PCT_INT_CTRL) & ~BIT(idx)); in arc_pmu_stop()
592 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_intr()
593 read_aux_reg(ARC_REG_PCT_INT_CTRL) | BIT(idx)); in arc_pmu_intr()
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dperf_event.h30 #define ARC_REG_PCT_INT_CTRL 0x25E macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dperf_event.h30 #define ARC_REG_PCT_INT_CTRL 0x25E macro

Completed in 4 milliseconds