Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dperf_event_p4.h44 #define P4_CCCR_OVF 0x80000000ULL macro
152 p4_config_pack_cccr(P4_CCCR_OVF | \
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dperf_event_p4.h44 #define P4_CCCR_OVF 0x80000000ULL macro
152 p4_config_pack_cccr(P4_CCCR_OVF | \
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dp4.c862 if (v & P4_CCCR_OVF) { in p4_pmu_clear_cccr_ovf()
863 wrmsrl(hwc->config_base, v & ~P4_CCCR_OVF); in p4_pmu_clear_cccr_ovf()
869 * not set P4_CCCR_OVF bit. Because a counter holds a negative value in p4_pmu_clear_cccr_ovf()
910 * state we need to clear P4_CCCR_OVF, otherwise interrupt get in p4_pmu_disable_event()
914 p4_config_unpack_cccr(hwc->config) & ~P4_CCCR_ENABLE & ~P4_CCCR_OVF & ~P4_CCCR_RESERVED); in p4_pmu_disable_event()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dp4.c862 if (v & P4_CCCR_OVF) { in p4_pmu_clear_cccr_ovf()
863 wrmsrl(hwc->config_base, v & ~P4_CCCR_OVF); in p4_pmu_clear_cccr_ovf()
869 * not set P4_CCCR_OVF bit. Because a counter holds a negative value in p4_pmu_clear_cccr_ovf()
910 * state we need to clear P4_CCCR_OVF, otherwise interrupt get in p4_pmu_disable_event()
914 p4_config_unpack_cccr(hwc->config) & ~P4_CCCR_ENABLE & ~P4_CCCR_OVF & ~P4_CCCR_RESERVED); in p4_pmu_disable_event()

Completed in 7 milliseconds