Searched refs:mtrr_ops (Results 1 - 6 of 6) 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.h37 struct mtrr_ops { struct
59 extern struct mtrr_ops generic_mtrr_ops;
85 extern void set_mtrr_ops(struct mtrr_ops * ops);
88 extern struct mtrr_ops * mtrr_if;
H A Dmain.c55 static struct mtrr_ops * mtrr_ops[X86_VENDOR_NUM] = {}; variable in typeref:struct:mtrr_ops
57 struct mtrr_ops * mtrr_if = NULL;
68 void set_mtrr_ops(struct mtrr_ops * ops)
71 mtrr_ops[ops->vendor] = ops;
682 mtrr_if = mtrr_ops[X86_VENDOR_AMD];
689 mtrr_if = mtrr_ops[X86_VENDOR_CENTAUR];
696 mtrr_if = mtrr_ops[X86_VENDOR_CYRIX];
H A Damd.c106 static struct mtrr_ops amd_mtrr_ops = {
H A Dcentaur.c106 static struct mtrr_ops centaur_mtrr_ops = {
H A Dcyrix.c262 static struct mtrr_ops cyrix_mtrr_ops = {
H A Dgeneric.c501 struct mtrr_ops generic_mtrr_ops = {

Completed in 81 milliseconds