Searched refs:VAddr (Results 1 - 13 of 13) sorted by relevance

/gem5/src/arch/alpha/
H A Dvtophys.hh45 VAddr vaddr);
H A Dpagetable.hh40 struct VAddr struct in namespace:AlphaISA
48 VAddr(Addr a) : addr(a) {} function in struct:AlphaISA::VAddr
50 const VAddr &operator=(Addr a) { addr = a; return *this; }
110 VAddr vaddr(_vaddr);
111 VAddr paddr(_paddr);
135 VAddr vaddr(new_vaddr);
H A Dfaults.hh135 VAddr vaddr;
140 DtbFault(VAddr _vaddr, Request::Flags _reqFlags, uint64_t _flags)
158 NDtbMissFault(VAddr vaddr, Request::Flags reqFlags, uint64_t flags)
176 PDtbMissFault(VAddr vaddr, Request::Flags reqFlags, uint64_t flags)
192 DtbPageFault(VAddr vaddr, Request::Flags reqFlags, uint64_t flags)
208 DtbAcvFault(VAddr vaddr, Request::Flags reqFlags, uint64_t flags)
224 DtbAlignmentFault(VAddr vaddr, Request::Flags reqFlags, uint64_t flags)
H A Dvtophys.cc49 kernel_pte_lookup(PortProxy &mem, Addr ptbr, VAddr vaddr)
93 VAddr vaddr = addr;
H A Dtlb.cc251 VAddr vaddr = addr;
321 VAddr vaddr = addr;
418 TlbEntry *entry = lookup(VAddr(req->getVaddr()).vpn(),
427 (VAddr(req->getVaddr()).offset()
520 TlbEntry *entry = lookup(VAddr(req->getVaddr()).vpn(), asn);
537 VAddr(req->getVaddr()).offset());
H A Dfaults.cc184 tc->readMiscRegNoEffect(IPR_IVPTBR) | (VAddr(pc).vpn() << 3));
202 VAddr vaddr(pc);
/gem5/src/arch/power/
H A Dpagetable.hh47 struct VAddr struct in namespace:PowerISA
55 VAddr(Addr a) function in struct:PowerISA::VAddr
64 const VAddr
111 // What parts of the VAddr (from bits 28..11) should be used in
/gem5/src/arch/mips/
H A Dpagetable.hh43 struct VAddr struct in namespace:MipsISA
/gem5/src/arch/riscv/
H A Dpagetable.hh43 struct VAddr struct in namespace:RiscvISA
/gem5/src/arch/x86/
H A Dpagetable.hh123 BitUnion64(VAddr)
135 EndBitUnion(VAddr)
H A Dpagetable_walker.cc291 VAddr vaddr = entry.vaddr;
552 VAddr addr = vaddr;
/gem5/src/arch/sparc/
H A Dpagetable.hh44 struct VAddr struct in namespace:SparcISA
46 VAddr(Addr a) { panic("not implemented yet."); } function in struct:SparcISA::VAddr
/gem5/src/arch/arm/
H A Dpagetable.hh55 struct VAddr struct in namespace:ArmISA
57 VAddr(Addr a) { panic("not implemented yet."); } function in struct:ArmISA::VAddr

Completed in 21 milliseconds