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

/gem5/src/arch/arm/
H A Dtable_walker.cc1361 uint8_t attr_hi; local
1367 uint8_t attr_hi = (attr >> 2) & 0x3; local
1372 if (attr_hi == 0) {
1380 te.outerAttrs = attr_hi == 1 ? 0 :
1381 attr_hi == 2 ? 2 : 1;
1386 te.nonCacheable = (attr_hi == 1) || (attr_hi == 2) ||
1415 attr_hi = bits(attr, 7, 4);
1418 te.mtype = attr_hi == 0 ? TlbEntry::MemoryType::Device : TlbEntry::MemoryType::Normal;
1427 switch (attr_hi) {
[all...]

Completed in 9 milliseconds