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

/gem5/src/arch/arm/
H A Dpagetable.hh139 bool nonCacheable; // Can we wrap this in mtype? member in struct:ArmISA::TlbEntry
157 ns(true), nstid(true), el(EL0), nonCacheable(uncacheable),
172 ns(true), nstid(true), el(EL0), nonCacheable(false),
309 SERIALIZE_SCALAR(nonCacheable); variable
339 UNSERIALIZE_SCALAR(nonCacheable); variable
H A Dstage2_lookup.cc91 stage1Te.nonCacheable |= stage2Te->nonCacheable;
H A Dtable_walker.cc1031 te.nonCacheable = false;
1036 te.nonCacheable = true;
1043 te.nonCacheable = true;
1062 te.nonCacheable = true;
1081 te.nonCacheable = true;
1094 te.nonCacheable = true;
1160 te.nonCacheable = true;
1169 te.nonCacheable = true;
1193 te.nonCacheable = true;
1209 te.nonCacheable
[all...]
H A Dtlb.cc201 entry.global, entry.valid, entry.nonCacheable, entry.xn,
649 if (te->nonCacheable) {
837 if (te->nonCacheable) {
1158 if (te->nonCacheable && !req->isCacheMaintenance())

Completed in 9 milliseconds