Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dop_model_athlon.c58 static u64 ibs_op_ctl; variable
303 ctl = op_amd_randomize_ibs_op(ibs_op_ctl); in handle_ibs()
363 ibs_op_ctl = ibs_config.max_cnt_op >> 4; in start_ibs()
369 ibs_op_ctl = clamp((unsigned long long)ibs_op_ctl, in start_ibs()
378 ibs_op_ctl = min(ibs_op_ctl + IBS_RANDOM_MAXCNT_OFFSET, in start_ibs()
382 ibs_op_ctl |= IBS_OP_CNT_CTL; in start_ibs()
383 ibs_op_ctl |= IBS_OP_ENABLE; in start_ibs()
384 val = op_amd_randomize_ibs_op(ibs_op_ctl); in start_ibs()

Completed in 3 milliseconds