mtrr_ops 112 arch/x86/kernel/cpu/mtrr/amd.c static const struct mtrr_ops amd_mtrr_ops = { mtrr_ops 114 arch/x86/kernel/cpu/mtrr/centaur.c static const struct mtrr_ops centaur_mtrr_ops = { mtrr_ops 270 arch/x86/kernel/cpu/mtrr/cyrix.c static const struct mtrr_ops cyrix_mtrr_ops = { mtrr_ops 917 arch/x86/kernel/cpu/mtrr/generic.c const struct mtrr_ops generic_mtrr_ops = { mtrr_ops 76 arch/x86/kernel/cpu/mtrr/mtrr.c static const struct mtrr_ops *mtrr_ops[X86_VENDOR_NUM] __ro_after_init; mtrr_ops 78 arch/x86/kernel/cpu/mtrr/mtrr.c const struct mtrr_ops *mtrr_if; mtrr_ops 83 arch/x86/kernel/cpu/mtrr/mtrr.c void __init set_mtrr_ops(const struct mtrr_ops *ops) mtrr_ops 86 arch/x86/kernel/cpu/mtrr/mtrr.c mtrr_ops[ops->vendor] = ops; mtrr_ops 735 arch/x86/kernel/cpu/mtrr/mtrr.c mtrr_if = mtrr_ops[X86_VENDOR_AMD]; mtrr_ops 742 arch/x86/kernel/cpu/mtrr/mtrr.c mtrr_if = mtrr_ops[X86_VENDOR_CENTAUR]; mtrr_ops 749 arch/x86/kernel/cpu/mtrr/mtrr.c mtrr_if = mtrr_ops[X86_VENDOR_CYRIX]; mtrr_ops 36 arch/x86/kernel/cpu/mtrr/mtrr.h extern const struct mtrr_ops generic_mtrr_ops; mtrr_ops 58 arch/x86/kernel/cpu/mtrr/mtrr.h extern void __init set_mtrr_ops(const struct mtrr_ops *ops); mtrr_ops 61 arch/x86/kernel/cpu/mtrr/mtrr.h extern const struct mtrr_ops *mtrr_if;