|
gem5
v19.0.0.0
|
#include "arch/x86/vtophys.hh"#include <string>#include "arch/x86/pagetable_walker.hh"#include "arch/x86/tlb.hh"#include "base/trace.hh"#include "cpu/thread_context.hh"#include "debug/VtoPhys.hh"Go to the source code of this file.
Namespaces | |
| X86ISA | |
| This is exposed globally, independent of the ISA. | |
Functions | |
| Addr | X86ISA::vtophys (Addr vaddr) |
| Addr | X86ISA::vtophys (ThreadContext *tc, Addr vaddr) |