Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/intel/
Dp4.c512 P4_CCCR_ESEL(P4_OPCODE_ESEL(P4_OPCODE(event))))
724 esel = P4_OPCODE_ESEL(bind->opcode); in p4_pmu_event_map()
846 esel = P4_OPCODE_ESEL(bind->opcode); in p4_hw_config()
/linux-6.1.9/arch/x86/include/asm/
Dperf_event_p4.h295 #define P4_OPCODE_ESEL(opcode) ((opcode & 0x00ff) >> 0) macro