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

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

Completed in 204 milliseconds