Lines Matching refs:ctl
136 u64 val, ctl; in op_amd_handle_ibs() local
143 rdmsrl(MSR_AMD64_IBSFETCHCTL, ctl); in op_amd_handle_ibs()
144 if (ctl & IBS_FETCH_VAL) { in op_amd_handle_ibs()
149 oprofile_add_data64(&entry, ctl); in op_amd_handle_ibs()
155 ctl &= ~(IBS_FETCH_VAL | IBS_FETCH_CNT); in op_amd_handle_ibs()
156 ctl |= IBS_FETCH_ENABLE; in op_amd_handle_ibs()
157 wrmsrl(MSR_AMD64_IBSFETCHCTL, ctl); in op_amd_handle_ibs()
162 rdmsrl(MSR_AMD64_IBSOPCTL, ctl); in op_amd_handle_ibs()
163 if (ctl & IBS_OP_VAL) { in op_amd_handle_ibs()
185 ctl = op_amd_randomize_ibs_op(ibs_state.ibs_op_ctl); in op_amd_handle_ibs()
186 wrmsrl(MSR_AMD64_IBSOPCTL, ctl); in op_amd_handle_ibs()