mtrr_ops
const struct mtrr_ops amd_mtrr_ops = {
const struct mtrr_ops centaur_mtrr_ops = {
const struct mtrr_ops cyrix_mtrr_ops = {
const struct mtrr_ops generic_mtrr_ops = {
const struct mtrr_ops *mtrr_if;
extern const struct mtrr_ops generic_mtrr_ops;
extern const struct mtrr_ops *mtrr_if;
extern const struct mtrr_ops amd_mtrr_ops;
extern const struct mtrr_ops cyrix_mtrr_ops;
extern const struct mtrr_ops centaur_mtrr_ops;