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

/gem5/src/arch/arm/
H A Dmiscregs.cc3170 .hyp().monNonSecure();
3172 .hyp().monNonSecure();
3208 .hyp().monNonSecure()
3216 .hyp().monNonSecure();
3218 .hyp().monNonSecure();
3220 .hyp().monNonSecure();
3222 .hyp().monNonSecure();
3224 .hyp().monNonSecure();
3228 .hyp().monNonSecure();
3257 .hyp()
[all...]
H A Dtlb.cc152 TLB::lookup(Addr va, uint16_t asn, uint8_t vmid, bool hyp, bool secure, argument
161 if ((!ignore_asn && table[x].match(va, asn, vmid, hyp, secure, false,
163 (ignore_asn && table[x].match(va, vmid, hyp, secure, target_el))) {
180 DPRINTF(TLBVerbose, "Lookup %#x, asn %#x -> %s vmn 0x%x hyp %d secure %d "
183 va, asn, retval ? "hit" : "miss", vmid, hyp, secure,
264 // if we're currently in hyp mode
273 bool hyp = target_el == EL2; local
276 (hyp ? "hyp" : "non-hyp"));
353 bool hyp = target_el == EL2; local
[all...]
H A Dtlb.hh208 * @param hyp if the lookup is done from hyp mode
213 TlbEntry *lookup(Addr vpn, uint16_t asn, uint8_t vmid, bool hyp,
258 * were allocated in hyp mode or not
H A Disa.hh261 chain hyp(bool v = true) const { function in class:ArmISA::ISA::MiscRegLUTEntryInitializer
/gem5/src/dev/arm/
H A Dgeneric_timer.cc251 core.hyp.serializeSection(cp, csprintf("hyp_timer%d", i));
278 core.hyp.unserializeSection(cp, csprintf("hyp_timer%d", i));
400 core.hyp.setControl(val);
405 core.hyp.setCompareValue(val);
410 core.hyp.setTimerValue(val);
493 return core.hyp.control();
497 return core.hyp.compareValue();
501 return core.hyp.timerValue();
H A Dgeneric_timer.hh249 hyp(csprintf("%s.hyp_timer%d", parent.name(), cpu),
262 ArchTimerKvm hyp; member in struct:GenericTimer::CoreTimers

Completed in 23 milliseconds