Home
last modified time | relevance | path

Searched refs:have_wrcomb (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c69 static int have_wrcomb(void) in have_wrcomb() function
99 return mtrr_if->have_wrcomb ? mtrr_if->have_wrcomb() : 0; in have_wrcomb()
245 if ((type == MTRR_TYPE_WRCOMB) && !have_wrcomb()) { in mtrr_add_page()
H A Damd.c118 .have_wrcomb = positive_have_wrcomb,
H A Dmtrr.h28 int (*have_wrcomb)(void); member
H A Dcentaur.c111 .have_wrcomb = positive_have_wrcomb,
H A Dcyrix.c243 .have_wrcomb = positive_have_wrcomb,
H A Dgeneric.c1069 .have_wrcomb = generic_have_wrcomb,