Searched refs:mt (Results 1 – 7 of 7) 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
233 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \256 test -f $$libpath/libqt-mt.so && lib=qt-mt; \
297 | mt \338 basic_machine=mt-unknown828 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
48 uint64_t mt:3, /* Memory Type. */ member
883 struct grant_mapping *mt; in map_grant_ref() local1137 mt = &maptrack_entry(lgt, handle); in map_grant_ref()1138 mt->domid = op->dom; in map_grant_ref()1139 mt->ref = op->ref; in map_grant_ref()1141 write_atomic(&mt->flags, op->flags); in map_grant_ref()
1258 ept->mt = EPT_DEFAULT_MT; in ept_p2m_init()
Completed in 27 milliseconds