Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/mtrr/
A Dmain.c165 static inline int types_compatible(mtrr_type type1, mtrr_type type2) { in types_compatible() argument
166 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