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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dmtrr.h88 extern struct mtrr_ops * mtrr_if;
90 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd)
91 #define use_intel() (mtrr_if && mtrr_if->use_intel_if == 1)
H A Dmain.c57 struct mtrr_ops * mtrr_if = NULL; variable in typeref:struct:mtrr_ops
102 return (mtrr_if->have_wrcomb ? mtrr_if->have_wrcomb() : 0);
160 mtrr_if->set(data->smp_reg, data->smp_base,
163 mtrr_if->set_all();
212 * differently, so we call mtrr_if->set() callback and let them take care of it.
259 mtrr_if->set(reg,base,size,type);
322 if (!mtrr_if)
325 if ((error = mtrr_if->validate_add_page(base,size,type)))
358 mtrr_if
[all...]
H A Dif.c253 mtrr_if->get(gentry.regnum, &gentry.base, &size, &type);
306 mtrr_if->get(gentry.regnum, &gentry.base, &size, &type);
365 if (!mtrr_if)
367 if (!mtrr_if->get)
397 mtrr_if->get(i, &base, &size, &type);
H A Dcentaur.c37 mtrr_if->get(i, &lbase, &lsize, &ltype);
H A Dgeneric.c222 mtrr_if->get(i, &lbase, &lsize, &ltype);

Completed in 43 milliseconds