Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/mtrr/
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;
Damd.c112 const struct mtrr_ops amd_mtrr_ops = {
Dcentaur.c105 const struct mtrr_ops centaur_mtrr_ops = {
Dcyrix.c237 const struct mtrr_ops cyrix_mtrr_ops = {
Dmtrr.c72 const struct mtrr_ops *mtrr_if;
Dgeneric.c1073 const struct mtrr_ops generic_mtrr_ops = {
/linux-6.12.1/scripts/
Dconst_structs.checkpatch48 mtrr_ops