Searched refs:type1 (Results 1 – 1 of 1) sorted by relevance
165 static inline int types_compatible(mtrr_type type1, mtrr_type type2) { in types_compatible() argument166 return type1 == MTRR_TYPE_UNCACHABLE || in types_compatible()168 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible()169 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
Completed in 3 milliseconds