Searched defs:mt (Results 1 – 5 of 5) sorted by relevance
52 #define _MAIR0(attr, mt) (_AC(attr, ULL) << ((mt) * 8)) argument53 #define _MAIR1(attr, mt) (_AC(attr, ULL) << (((mt) * 8) - 32)) argument
169 unsigned long mt:1; /* Multi-thread, iff MP == 1 */ member
81 #define BCST(mt) ((mt) * 0x0101010101010101ULL) in cacheattr_init() argument
35 uint64_t mt:3, /* Memory Type. */ member
1008 struct grant_mapping *mt; in map_grant_ref() local
Completed in 35 milliseconds