Home
last modified time | relevance | path

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

/arch/x86/events/amd/
Dibs.c340 union ibs_op_ctl op_ctl = (union ibs_op_ctl)config; in get_ibs_op_count() local
348 if (op_ctl.op_val) { in get_ibs_op_count()
349 count = op_ctl.opmaxcnt << 4; in get_ibs_op_count()
351 count += op_ctl.opmaxcnt_ext << 20; in get_ibs_op_count()
353 count = op_ctl.opcurcnt; in get_ibs_op_count()