gem5
v21.1.0.1
|
#include <bitset>
#include <limits>
#include <memory>
#include "base/logging.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::WaitClass |
class | gem5::Float16 |
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. | |
Typedefs | |
typedef std::bitset< std::numeric_limits< unsigned long long >::digits > | gem5::VectorMask |
typedef std::shared_ptr< GPUDynInst > | gem5::GPUDynInstPtr |
Enumerations | |
enum | gem5::InstMemoryHop : int { gem5::Initiate = 0, gem5::CoalsrSend = 1, gem5::CoalsrRecv = 2, gem5::GMEnqueue = 3, gem5::Complete = 4, gem5::InstMemoryHopMax = 5 } |
enum | gem5::BlockMemoryHop : int { gem5::BlockSend = 0, gem5::BlockRecv = 1 } |