gem5
|
#include <deque>
#include "base/statistics.hh"
#include "debug/FlashDevice.hh"
#include "dev/arm/abstract_nvm.hh"
#include "enums/DataDistribution.hh"
#include "params/FlashDevice.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Classes | |
class | FlashDevice |
Flash Device model The Flash Device model is a timing model for a NAND flash device. More... | |
struct | FlashDevice::PageMapEntry |
Every logical address maps to a physical block and a physical page. More... | |
struct | FlashDevice::CallBackEntry |
struct | FlashDevice::FlashDeviceStats |