Searched refs:mt (Results 1 – 6 of 6) 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
1037 cpu=mt1218 | mt \
46 uint64_t mt:3, /* Memory Type. */ member
994 struct grant_mapping *mt; in map_grant_ref() local1246 mt = &maptrack_entry(lgt, handle); in map_grant_ref()1247 mt->domid = op->dom; in map_grant_ref()1248 mt->ref = op->ref; in map_grant_ref()1250 write_atomic(&mt->flags, op->flags); in map_grant_ref()
1267 ept->mt = EPT_DEFAULT_MT; in ept_p2m_init()
Completed in 17 milliseconds