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

/gem5/src/arch/arm/
H A Dpagetable.hh127 bool isHyp; member in struct:ArmISA::TlbEntry
156 longDescFormat(false), isHyp(false), global(false), valid(true),
171 longDescFormat(false), isHyp(false), global(false), valid(false),
207 (hypLookUp == isHyp))
215 match = isHyp || (_vmid == vmid);
291 isHyp, pfn << N, size, ap, ns, nstid, global, el);
303 SERIALIZE_SCALAR(isHyp); variable
333 UNSERIALIZE_SCALAR(isHyp); variable
H A Dtlb.cc82 isHyp(false), asid(0), vmid(0), hcr(0), dacr(0),
127 TlbEntry *e = lookup(va, asid, vmid, isHyp, isSecure, true, false,
199 " ap:%#x domain:%#x ns:%d nstid:%d isHyp:%d\n", entry.pfn,
203 entry.isHyp);
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,
265 if (!isStage2 && isHyp) {
284 if (te->valid && te->nstid && te->isHyp == hyp && el_match) {
1111 (isHyp && !(tranType & S1CTran))) {
1346 isHyp
[all...]
H A Dfaults.hh227 virtual uint8_t armPcOffset(bool isHyp) = 0;
228 virtual uint8_t thumbPcOffset(bool isHyp) = 0;
261 uint8_t armPcOffset(bool isHyp) override {
262 return isHyp ? vals.armPcElrOffset
265 uint8_t thumbPcOffset(bool isHyp) override {
266 return isHyp ? vals.thumbPcElrOffset
H A Dtable_walker.cc132 asid(0), vmid(0), isHyp(false), transState(nullptr),
250 currState->isHyp = _isHyp;
373 currState->vmid, currState->isHyp, currState->isSecure, true, false,
391 currState->isHyp || isStage2)
439 currState->vmid, currState->isHyp, currState->isSecure, true,
577 } else if (currState->isHyp) {
2056 te.isHyp = currState->isHyp;
2109 te.ap, static_cast<uint8_t>(te.domain), te.asid, te.vmid, te.isHyp,
H A Dtlb.hh418 bool isHyp; member in class:ArmISA::TLB
H A Dtable_walker.hh712 bool isHyp; member in class:ArmISA::TableWalker::LongDescriptor::WalkerState

Completed in 28 milliseconds