Searched refs:mtrr_ops (Results 1 - 7 of 7) 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.h14 struct mtrr_ops { struct
35 extern const struct mtrr_ops generic_mtrr_ops;
56 extern void set_mtrr_ops(const struct mtrr_ops *ops);
59 extern const struct mtrr_ops *mtrr_if;
H A Dmain.c64 static const struct mtrr_ops *mtrr_ops[X86_VENDOR_NUM]; variable in typeref:struct:mtrr_ops
66 const struct mtrr_ops *mtrr_if;
71 void set_mtrr_ops(const struct mtrr_ops *ops)
74 mtrr_ops[ops->vendor] = ops;
720 mtrr_if = mtrr_ops[X86_VENDOR_AMD];
727 mtrr_if = mtrr_ops[X86_VENDOR_CENTAUR];
734 mtrr_if = mtrr_ops[X86_VENDOR_CYRIX];
H A Damd.c111 static const struct mtrr_ops amd_mtrr_ops = {
H A Dcentaur.c110 static const struct mtrr_ops centaur_mtrr_ops = {
H A Dcyrix.c268 static const struct mtrr_ops cyrix_mtrr_ops = {
H A Dgeneric.c753 const struct mtrr_ops generic_mtrr_ops = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl2742 mtrr_ops|

Completed in 89 milliseconds