gem5
v21.1.0.0
|
#include <list>
#include <queue>
#include <string>
#include <vector>
#include "arch/generic/tlb.hh"
#include "arch/x86/isa.hh"
#include "arch/x86/pagetable.hh"
#include "arch/x86/regs/segment.hh"
#include "base/logging.hh"
#include "base/statistics.hh"
#include "gpu-compute/gpu_tlb.hh"
#include "mem/port.hh"
#include "mem/request.hh"
#include "params/TLBCoalescer.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::TLBCoalescer |
The TLBCoalescer is a ClockedObject sitting on the front side (CPUSide) of each TLB. More... | |
class | gem5::TLBCoalescer::CpuSidePort |
class | gem5::TLBCoalescer::MemSidePort |
struct | gem5::TLBCoalescer::TLBCoalescerStats |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |