Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dperf_event_p4.h296 #define P4_OPCODE_EVNT(opcode) ((opcode & 0xff00) >> 8) macro
/Linux-v6.6/arch/x86/events/intel/
Dp4.c971 escr_conf |= P4_ESCR_EVENT(P4_OPCODE_EVNT(bind->opcode)); in __p4_pmu_enable_event()