Searched refs:AbstractNVM (Results 1 - 7 of 7) sorted by relevance

/gem5/src/dev/arm/
H A Dabstract_nvm.hh44 #include "params/AbstractNVM.hh"
55 class AbstractNVM : public SimObject class in inherits:SimObject
59 AbstractNVM(const AbstractNVMParams* p): SimObject(p) {}; function in class:AbstractNVM
60 virtual ~AbstractNVM() {};
H A DAbstractNVM.py43 class AbstractNVM(SimObject): class in inherits:SimObject
44 type = 'AbstractNVM'
H A DUFSHostDevice.py42 from m5.objects.AbstractNVM import *
63 internalflash = VectorParam.AbstractNVM("Describes the internal flash")
H A DFlashDevice.py42 from m5.objects.AbstractNVM import *
50 class FlashDevice(AbstractNVM):
H A Dflash_device.hh56 class FlashDevice : public AbstractNVM
109 /** Device access functions Inherrited from AbstractNVM*/
H A Dflash_device.cc76 AbstractNVM(p),
475 AbstractNVM::regStats();
H A Dufs_device.hh686 AbstractNVM* flashDevice;

Completed in 15 milliseconds