Searched refs:asn (Results 26 - 33 of 33) sorted by relevance

12

/gem5/src/arch/arm/
H A Dpagetable.hh200 match(Addr va, uint16_t asn, uint8_t _vmid, bool hypLookUp, argument
212 match = global || (asn == asid);
289 return csprintf("%#x, asn %d vmn %d hyp %d ppn %#x size: %#x ap:%d "
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,
180 DPRINTF(TLBVerbose, "Lookup %#x, asn %#x -> %s vmn 0x%x hyp %d secure %d "
183 va, asn, retval ? "hit" : "miss", vmid, hyp, secure,
206 DPRINTF(TLB, " - Replacing Valid entry %#x, asn %d vmn %d ppn %#x "
302 TLB::flushMvaAsid(Addr mva, uint64_t asn, bool secure_lookup, argument
306 "(%s lookup)\n", mva, asn, (secure_lookup ?
308 _flushMva(mva, asn, secure_lookup, false, target_el);
313 TLB::flushAsid(uint64_t asn, bool secure_lookup, ExceptionLevel target_el) argument
315 DPRINTF(TLB, "Flushing TLB entries with asid: %#x (%s lookup)\n", asn,
346 _flushMva(Addr mva, uint64_t asn, bool secure_lookup, bool ignore_asn, ExceptionLevel target_el) argument
[all...]
/gem5/src/arch/sparc/
H A Dtlb.hh164 demapPage(Addr vaddr, uint64_t asn) override
/gem5/src/cpu/
H A Dexec_context.hh336 virtual void demapPage(Addr vaddr, uint64_t asn) = 0;
/gem5/src/cpu/simple/
H A Dexec_context.hh543 demapPage(Addr vaddr, uint64_t asn) override
545 thread->demapPage(vaddr, asn);
/gem5/src/gpu-compute/
H A Dgpu_tlb.hh132 void demapPage(Addr va, uint64_t asn);
H A Dgpu_tlb.cc264 GpuTLB::demapPage(Addr va, uint64_t asn) argument
/gem5/src/arch/x86/
H A Dtlb.cc162 TLB::demapPage(Addr va, uint64_t asn) argument

Completed in 18 milliseconds

12