Home
last modified time | relevance | path

Searched refs:mtrr_ops (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.h18 struct mtrr_ops { struct
36 extern const struct mtrr_ops generic_mtrr_ops; argument
57 extern const struct mtrr_ops *mtrr_if;
79 extern const struct mtrr_ops amd_mtrr_ops;
80 extern const struct mtrr_ops cyrix_mtrr_ops;
81 extern const struct mtrr_ops centaur_mtrr_ops;
H A Damd.c112 const struct mtrr_ops amd_mtrr_ops = {
H A Dcentaur.c105 const struct mtrr_ops centaur_mtrr_ops = {
H A Dcyrix.c237 const struct mtrr_ops cyrix_mtrr_ops = {
H A Dmtrr.c72 const struct mtrr_ops *mtrr_if;
H A Dgeneric.c1073 const struct mtrr_ops generic_mtrr_ops = {
/linux/scripts/
H A Dconst_structs.checkpatch48 mtrr_ops