Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dperf_event_p4.h44 #define P4_CCCR_OVF 0x80000000ULL macro
152 p4_config_pack_cccr(P4_CCCR_OVF | \
/linux-6.1.9/arch/x86/events/intel/
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()
914 p4_config_unpack_cccr(hwc->config) & ~P4_CCCR_ENABLE & ~P4_CCCR_OVF & ~P4_CCCR_RESERVED); in p4_pmu_disable_event()