Searched defs:mt (Results 1 – 4 of 4) sorted by relevance
60 #define _MAIR0(attr, mt) (_AC(attr, ULL) << ((mt) * 8)) argument61 #define _MAIR1(attr, mt) (_AC(attr, ULL) << (((mt) * 8) - 32)) argument
358 unsigned long mt:1; /* Multi-thread, iff MP == 1 */ member
48 uint64_t mt:3, /* Memory Type. */ member
883 struct grant_mapping *mt; in map_grant_ref() local
Completed in 15 milliseconds