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

/linux-master/drivers/perf/
H A Dcxl_pmu.c53 #define CXL_PMU_COUNTER_CFG_INT_ON_OVRFLW BIT_ULL(9) macro
650 cfg |= FIELD_PREP(CXL_PMU_COUNTER_CFG_INT_ON_OVRFLW, 1);
731 cfg &= ~(FIELD_PREP(CXL_PMU_COUNTER_CFG_INT_ON_OVRFLW, 1) |

Completed in 147 milliseconds