Searched refs:ibs_config (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dop_model_amd.c60 static struct op_ibs_config ibs_config; variable in typeref:struct:op_ibs_config
157 if (ibs_config.fetch_enabled) {
176 if (ibs_config.op_enabled) {
209 if (ibs_config.fetch_enabled) {
210 val = (ibs_config.max_cnt_fetch >> 4) & IBS_FETCH_MAX_CNT;
211 val |= ibs_config.rand_en ? IBS_FETCH_RAND_EN : 0;
216 if (ibs_config.op_enabled) {
217 ibs_op_ctl = ibs_config.max_cnt_op >> 4;
234 if (ibs_caps & IBS_CAPS_OPCNT && ibs_config.dispatched_ops)
247 if (ibs_config
[all...]

Completed in 106 milliseconds