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

/gem5/src/arch/arm/
H A Dtlb.cc1108 TlbEntry temp_te; local
1109 temp_te.ns = !isSecure;
1113 temp_te.mtype = is_fetch ? TlbEntry::MemoryType::Normal
1115 temp_te.innerAttrs = 0x0;
1116 temp_te.outerAttrs = 0x0;
1117 temp_te.shareable = true;
1118 temp_te.outerShareable = true;
1120 temp_te.mtype = TlbEntry::MemoryType::Normal;
1121 temp_te.innerAttrs = 0x3;
1122 temp_te
[all...]

Completed in 5 milliseconds