Searched refs:mtrr_ops (Results 1 – 6 of 6) sorted by relevance
14 struct mtrr_ops { struct35 extern const struct mtrr_ops generic_mtrr_ops; argument56 extern void set_mtrr_ops(const struct mtrr_ops *ops);59 extern const struct mtrr_ops *mtrr_if;
65 static const struct mtrr_ops *mtrr_ops[X86_VENDOR_NUM]; variable67 const struct mtrr_ops *mtrr_if;72 void set_mtrr_ops(const struct mtrr_ops *ops) in set_mtrr_ops()75 mtrr_ops[ops->vendor] = ops; in set_mtrr_ops()639 mtrr_if = mtrr_ops[X86_VENDOR_AMD]; in mtrr_bp_init()646 mtrr_if = mtrr_ops[X86_VENDOR_CENTAUR]; in mtrr_bp_init()653 mtrr_if = mtrr_ops[X86_VENDOR_CYRIX]; in mtrr_bp_init()
111 static const struct mtrr_ops amd_mtrr_ops = {
113 static const struct mtrr_ops centaur_mtrr_ops = {
268 static const struct mtrr_ops cyrix_mtrr_ops = {
838 const struct mtrr_ops generic_mtrr_ops = {