Home
last modified time | relevance | path

Searched refs:mt (Results 1 – 6 of 6) sorted by relevance

/xen/xen/include/asm-arm/
A Dpage.h62 #define _MAIR0(attr, mt) (_AC(attr, ULL) << ((mt) * 8)) argument
63 #define _MAIR1(attr, mt) (_AC(attr, ULL) << (((mt) * 8) - 32)) argument
A Dcpufeature.h132 unsigned long mt:1; /* Multi-thread, iff MP == 1 */ member
/xen/
A Dconfig.sub1037 cpu=mt
1218 | mt \
/xen/xen/include/asm-x86/hvm/vmx/
A Dvmcs.h46 uint64_t mt:3, /* Memory Type. */ member
/xen/xen/common/
A Dgrant_table.c994 struct grant_mapping *mt; in map_grant_ref() local
1246 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()
/xen/xen/arch/x86/mm/
A Dp2m-ept.c1267 ept->mt = EPT_DEFAULT_MT; in ept_p2m_init()

Completed in 17 milliseconds