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

/gem5/src/arch/arm/
H A Dpagetable.hh134 bool nstid; member in struct:ArmISA::TlbEntry
157 ns(true), nstid(true), el(EL0), nonCacheable(uncacheable),
172 ns(true), nstid(true), el(EL0), nonCacheable(false),
206 if (valid && va >= v && va <= v + size && (secure_lookup == !nstid) &&
214 if (match && nstid) {
290 "ns:%d nstid:%d g:%d el:%d", vpn << N, asid, vmid,
291 isHyp, pfn << N, size, ap, ns, nstid, global, el);
308 SERIALIZE_SCALAR(nstid); variable
338 UNSERIALIZE_SCALAR(nstid); variable
H A Dtlb.cc181 "ppn %#x size: %#x pa: %#x ap:%d ns:%d nstid:%d g:%d asid: %d "
186 retval ? retval->ns : 0, retval ? retval->nstid : 0,
199 " ap:%#x domain:%#x ns:%d nstid:%d isHyp:%d\n", entry.pfn,
202 entry.ap, static_cast<uint8_t>(entry.domain), entry.ns, entry.nstid,
207 "size: %#x ap:%d ns:%d nstid:%d g:%d isHyp:%d el: %d\n",
211 table[size-1].nstid, table[size-1].global, table[size-1].isHyp,
251 if (te->valid && secure_lookup == !te->nstid &&
284 if (te->valid && te->nstid && te->isHyp == hyp && el_match) {
323 if (te->valid && te->asid == asn && secure_lookup == !te->nstid &&
358 if (secure_lookup == !te->nstid) {
[all...]
H A Dtable_walker.cc2066 te.nstid = !currState->isSecure;

Completed in 16 milliseconds