Searched refs:initialized (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/libelf/
H A Dlibelf.c35 static int initialized = 0; local
38 if (!initialized) {
47 initialized = 1;
/gem5/src/sim/
H A Deventq_impl.hh46 assert(event->initialized());
72 assert(event->initialized());
91 assert(event->initialized());
H A Deventq.cc265 // Events are initialized on construction but original code
269 assert(initialized());
H A Deventq.hh246 initialized() const function in class:Event
/gem5/src/arch/alpha/
H A Dipr.cc131 static bool initialized = false; local
132 if (initialized)
/gem5/src/systemc/tests/systemc/kernel/process_control/test02/
H A Dtest02.cpp111 static bool initialized = false; local
112 if ( !initialized )
114 initialized = true;
/gem5/src/dev/storage/
H A Ddisk_image.cc70 if (initialized && !readonly)
82 initialized = true;
117 if (!initialized)
118 panic("RawDiskImage not initialized");
139 if (!initialized)
140 panic("RawDiskImage not initialized");
292 initialized = true;
301 initialized = true;
345 if (!initialized)
346 panic("RawDiskImage not initialized");
[all...]
H A Ddisk_image.hh54 bool initialized; member in class:DiskImage
58 DiskImage(const Params *p) : SimObject(p), initialized(false) {}
/gem5/ext/mcpat/cacti/
H A Dwire.h109 static int initialized; member in class:Wire
H A Dwire.cc52 if (initialized != 1) {
53 cout << "Wire not initialized. Initializing it with default values\n";
77 int Wire::initialized; member in class:Wire
110 initialized = 1;
/gem5/src/systemc/utils/
H A Dvcd.hh63 bool initialized; member in class:sc_gem5::VcdTraceFile
72 initialized(false)
H A Dvcd.cc270 initialized = true;
297 if (!initialized) {
/gem5/src/cpu/pred/
H A Dtage_base.hh487 bool initialized; member in class:TAGEBase
H A Dtage_base.cc69 initialized(false)
85 if (initialized) {
142 initialized = true;

Completed in 22 milliseconds