Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dp4.c512 P4_CCCR_ESEL(P4_OPCODE_ESEL(P4_OPCODE(event))))
725 config |= p4_config_pack_cccr(P4_CCCR_ESEL(esel)); in p4_pmu_event_map()
847 event->hw.config |= p4_config_pack_cccr(P4_CCCR_ESEL(esel)); in p4_hw_config()
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event_p4.h63 #define P4_CCCR_ESEL(v) ((v) << P4_CCCR_ESCR_SELECT_SHIFT) macro