Home
last modified time | relevance | path

Searched refs:set_mtrr_ops (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kernel/cpu/mtrr/
Damd.c123 set_mtrr_ops(&amd_mtrr_ops); in amd_init_mtrr()
Dmtrr.h58 extern void __init set_mtrr_ops(const struct mtrr_ops *ops);
Dcentaur.c125 set_mtrr_ops(&centaur_mtrr_ops); in centaur_init_mtrr()
Dcyrix.c282 set_mtrr_ops(&cyrix_mtrr_ops); in cyrix_init_mtrr()
Dmtrr.c83 void __init set_mtrr_ops(const struct mtrr_ops *ops) in set_mtrr_ops() function