gem5  v22.1.0.0
Classes | Namespaces | Functions
circlebuf.hh File Reference
#include <algorithm>
#include <cassert>
#include <iterator>
#include <vector>
#include "base/logging.hh"
#include "sim/serialize.hh"

Go to the source code of this file.

Classes

class  gem5::CircleBuf< T >
 Circular buffer backed by a vector. More...
 
class  gem5::Fifo< T >
 Simple FIFO implementation backed by a circular buffer. More...
 

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.
 

Functions

template<typename T >
void gem5::arrayParamOut (CheckpointOut &cp, const std::string &name, const CircleBuf< T > &param)
 
template<typename T >
void gem5::arrayParamIn (CheckpointIn &cp, const std::string &name, CircleBuf< T > &param)
 
template<typename T >
void gem5::arrayParamOut (CheckpointOut &cp, const std::string &name, const Fifo< T > &param)
 
template<typename T >
void gem5::arrayParamIn (CheckpointIn &cp, const std::string &name, Fifo< T > &param)
 

Generated on Wed Dec 21 2022 10:22:53 for gem5 by doxygen 1.9.1