ChampSim
vmem.h File Reference
#include <cstdint>
#include <map>
#include "champsim_constants.h"
Include dependency graph for vmem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VirtualMemory
 

Variables

constexpr auto VMEM_RESERVE_CAPACITY = std::max<uint64_t>(PAGE_SIZE, 1ull << 20)
 
constexpr std::size_t PTE_BYTES = 8
 

Variable Documentation

◆ PTE_BYTES

constexpr std::size_t PTE_BYTES = 8
inlineconstexpr

◆ VMEM_RESERVE_CAPACITY

constexpr auto VMEM_RESERVE_CAPACITY = std::max<uint64_t>(PAGE_SIZE, 1ull << 20)
inlineconstexpr