ARC_REG_PCT_INT_CTRL  306 arch/arc/kernel/perf_event.c 		write_aux_reg(ARC_REG_PCT_INT_CTRL,
ARC_REG_PCT_INT_CTRL  307 arch/arc/kernel/perf_event.c 			      read_aux_reg(ARC_REG_PCT_INT_CTRL) | BIT(idx));
ARC_REG_PCT_INT_CTRL  326 arch/arc/kernel/perf_event.c 		write_aux_reg(ARC_REG_PCT_INT_CTRL,
ARC_REG_PCT_INT_CTRL  327 arch/arc/kernel/perf_event.c 			      read_aux_reg(ARC_REG_PCT_INT_CTRL) & ~BIT(idx));
ARC_REG_PCT_INT_CTRL  430 arch/arc/kernel/perf_event.c 		write_aux_reg(ARC_REG_PCT_INT_CTRL,
ARC_REG_PCT_INT_CTRL  431 arch/arc/kernel/perf_event.c 			read_aux_reg(ARC_REG_PCT_INT_CTRL) | BIT(idx));