Searched refs:MB (Results 1 - 4 of 4) sorted by relevance

/gem5/util/tlm/
H A Drun_gem5_fs.sh44 --mem-size=512MB \
/gem5/src/systemc/tests/systemc/1666-2011-compliance/old_event_bug/
H A Dold_event_bug.cpp54 SC_METHOD(MB);
125 void MB() function in struct:Top
/gem5/util/
H A Dgem5img.py22 MB = 1024 * 1024 variable
33 sizeInMBs = (sizeInBlocks * BlockSize) / MB
34 print '%d MB is too big for LBA, truncating file.' % sizeInMBs
207 ('mb', 'Size of the file in MB.')])
259 ('mb', 'Size of the file in MB.')])
262 (cylinders, heads, sectors) = chsFromSize((mb * MB) / BlockSize)
344 if partition(dev, *chsFromSize((mb * MB) / BlockSize)) != 0:
/gem5/configs/common/
H A DHMC.py277 parser.add_argument("--hmc-dev-vault-size", default='256MB', type=str,
279 256MB")

Completed in 7 milliseconds