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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.h59 extern const struct mtrr_ops *mtrr_if;
61 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd)
62 #define use_intel() (mtrr_if && mtrr_if->use_intel_if == 1)
H A Dmain.c66 const struct mtrr_ops *mtrr_if; variable in typeref:struct:mtrr_ops
111 return mtrr_if->have_wrcomb ? mtrr_if->have_wrcomb() : 0;
173 mtrr_if->set(data->smp_reg, data->smp_base,
179 mtrr_if->set_all();
234 * so we call mtrr_if->set() callback and let them take care of it.
301 mtrr_if->set(reg, base, size, type);
303 mtrr_if->set_all();
366 if (!mtrr_if)
369 error = mtrr_if
[all...]
H A Dif.c270 mtrr_if->get(gentry.regnum, &gentry.base, &size, &type);
324 mtrr_if->get(gentry.regnum, &gentry.base, &size, &type);
384 if (!mtrr_if)
386 if (!mtrr_if->get)
412 mtrr_if->get(i, &base, &size, &type);
H A Dcentaur.c39 mtrr_if->get(i, &lbase, &lsize, &ltype);
H A Dcleanup.c697 mtrr_if->get(i, &base, &size, &type);
894 mtrr_if->get(i, &base, &size, &type);
H A Dgeneric.c423 mtrr_if->get(i, &lbase, &lsize, &ltype);

Completed in 82 milliseconds