Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dperf_event.h221 #define IBS_OP_CUR_CNT (0xFFFF0ULL<<32) macro
/Linux-v4.19/arch/x86/events/amd/
Dibs.c353 count += (config & IBS_OP_CUR_CNT) >> 32; in get_ibs_op_count()