Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.h15 struct mtrr_ops { struct
36 extern const struct mtrr_ops generic_mtrr_ops; argument
58 extern void __init set_mtrr_ops(const struct mtrr_ops *ops);
61 extern const struct mtrr_ops *mtrr_if;
H A Dmtrr.c76 static const struct mtrr_ops *mtrr_ops[X86_VENDOR_NUM] __ro_after_init; variable
78 const struct mtrr_ops *mtrr_if;
83 void __init set_mtrr_ops(const struct mtrr_ops *ops) in set_mtrr_ops()
86 mtrr_ops[ops->vendor] = ops; in set_mtrr_ops()
735 mtrr_if = mtrr_ops[X86_VENDOR_AMD]; in mtrr_bp_init()
742 mtrr_if = mtrr_ops[X86_VENDOR_CENTAUR]; in mtrr_bp_init()
749 mtrr_if = mtrr_ops[X86_VENDOR_CYRIX]; in mtrr_bp_init()
H A Damd.c112 static const struct mtrr_ops amd_mtrr_ops = {
H A Dcentaur.c114 static const struct mtrr_ops centaur_mtrr_ops = {
H A Dcyrix.c270 static const struct mtrr_ops cyrix_mtrr_ops = {
H A Dgeneric.c917 const struct mtrr_ops generic_mtrr_ops = {
/OK3568_Linux_fs/kernel/scripts/
H A Dconst_structs.checkpatch35 mtrr_ops