gem5
|
#include "arch/alpha/vtophys.hh"
#include <string>
#include "arch/alpha/ev5.hh"
#include "base/chunk_generator.hh"
#include "base/trace.hh"
#include "cpu/thread_context.hh"
#include "debug/VtoPhys.hh"
#include "mem/port_proxy.hh"
Go to the source code of this file.
Namespaces | |
AlphaISA | |
Functions | |
PageTableEntry | AlphaISA::kernel_pte_lookup (PortProxy &mem, Addr ptbr, VAddr vaddr) |
Addr | AlphaISA::vtophys (Addr vaddr) |
Addr | AlphaISA::vtophys (ThreadContext *tc, Addr addr) |