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