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

/gem5/src/arch/arm/
H A Dtable_walker.cc1271 uint8_t attr_7_4 = bits(attr, 7, 4); local
1280 switch (attr_7_4) {
1310 if (attr_7_4 & 0x4) {
1311 te.outerAttrs = (attr_7_4 & 1) ? 1 : 3;
1330 te.innerAttrs = attr_7_4 == 0 ? 0x3 : 0;

Completed in 17 milliseconds