mtrr_ops 104 arch/x86/kernel/cpu/mtrr/amd.c static struct mtrr_ops amd_mtrr_ops = {
mtrr_ops 208 arch/x86/kernel/cpu/mtrr/centaur.c static struct mtrr_ops centaur_mtrr_ops = {
mtrr_ops 257 arch/x86/kernel/cpu/mtrr/cyrix.c static struct mtrr_ops cyrix_mtrr_ops = {
mtrr_ops 662 arch/x86/kernel/cpu/mtrr/generic.c struct mtrr_ops generic_mtrr_ops = {
mtrr_ops 57 arch/x86/kernel/cpu/mtrr/main.c static struct mtrr_ops * mtrr_ops[X86_VENDOR_NUM] = {};
mtrr_ops 59 arch/x86/kernel/cpu/mtrr/main.c struct mtrr_ops * mtrr_if = NULL;
mtrr_ops 67 arch/x86/kernel/cpu/mtrr/main.c mtrr_ops[ops->vendor] = ops;
mtrr_ops 1721 arch/x86/kernel/cpu/mtrr/main.c mtrr_if = mtrr_ops[X86_VENDOR_AMD];
mtrr_ops 1728 arch/x86/kernel/cpu/mtrr/main.c mtrr_if = mtrr_ops[X86_VENDOR_CENTAUR];
mtrr_ops 1735 arch/x86/kernel/cpu/mtrr/main.c mtrr_if = mtrr_ops[X86_VENDOR_CYRIX];
mtrr_ops 60 arch/x86/kernel/cpu/mtrr/mtrr.h extern struct mtrr_ops generic_mtrr_ops;
mtrr_ops 91 arch/x86/kernel/cpu/mtrr/mtrr.h extern struct mtrr_ops * mtrr_if;