Searched refs:type2 (Results 1 – 2 of 2) sorted by relevance
/xen/docs/ |
A D | xen-headers | 174 my ($type2,$name2,$loc2); 177 ($type2,$name2,@deref) = @deref; 178 $loc2 = sdefval($type2,$name2,'DefLocs'); 182 ($loc,$ttype,$tname) = ($loc2,$type2,$name2);
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | main.c | 165 static inline int types_compatible(mtrr_type type1, mtrr_type type2) { in types_compatible() argument 167 type2 == 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 4 milliseconds