Searched refs:attr_1_0 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/
H A Dtable_walker.cc1243 uint8_t attr_1_0 = attr & 0x3; local
1248 te.mtype = attr_1_0 == 0 ? TlbEntry::MemoryType::StronglyOrdered
1251 te.innerAttrs = attr_1_0 == 0 ? 1 : 3;
1257 te.innerAttrs = attr_1_0 == 1 ? 0 :
1258 attr_1_0 == 2 ? 6 : 5;
1259 te.nonCacheable = (attr_3_2 == 1) || (attr_1_0 == 1);

Completed in 10 milliseconds