Home
last modified time | relevance | path

Searched refs:IBS_OP_MAX_CNT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/oprofile/
Dop_model_amd.c235 val = min(val, IBS_OP_MAX_CNT); in op_amd_start_ibs()
239 val = ((val & ~IBS_OP_MAX_CNT) << 4) | (val & IBS_OP_MAX_CNT); in op_amd_start_ibs()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c29 #define IBS_OP_CONFIG_MASK IBS_OP_MAX_CNT
312 count += (config & IBS_OP_MAX_CNT) << 4; /* cnt rolled over */ in get_ibs_op_count()
505 .cnt_mask = IBS_OP_MAX_CNT,
508 .max_period = IBS_OP_MAX_CNT << 4,
/linux-4.1.27/arch/x86/include/asm/
Dperf_event.h216 #define IBS_OP_MAX_CNT 0x0000FFFFULL macro