Searched refs:db (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/libelf/
H A Dlibelf_xlate.c49 uintptr_t sb, se, db, de; local
112 db = (uintptr_t) dst->d_buf;
113 de = db + dst->d_size;
116 * Check for overlapping buffers. Note that db == sb is
119 if (db != sb && de > sb && se > db) {
124 if ((direction == ELF_TOMEMORY ? db : sb) %
133 if (db == sb && encoding == LIBELF_PRIVATE(byteorder) &&
/gem5/util/stats/
H A Ddbinit.py33 self.name = options.db
42 self.mydb = MySQLdb.connect(db='mysql', host=self.host, user=self.user,
48 self.mydb = MySQLdb.connect(db=self.name, host=self.host,
H A Dstats.py35 Usage: %s [-E] [-F] [ -G <get> ] [-d <db> ] [-g <graphdir> ] [-h <host>] [-p]
101 import db
102 source = db.Database()
104 source.db = options.db
418 options.db = None
440 options.db = a
468 if not options.db:
469 options.db = options.jobfile.statdb
474 if not options.db
[all...]
H A Ddb.py64 raise 'stat db error'
100 self.formula = self.db.allFormulas[self.stat]
127 self.db = 'm5stats'
202 self.thedb = MySQLdb.connect(db=self.db,
230 StatData.db = self
H A Doutput.py123 import db
/gem5/src/sim/
H A Dserialize.cc274 : db(new IniFile), objNameResolver(resolver), cptDir(setDir(cpt_dir))
277 if (!db->load(filename)) {
284 delete db;
290 return db->entryExists(section, entry);
296 return db->find(section, entry, value);
305 if (!db->find(section, entry, path))
315 return db->sectionExists(section);
H A Dserialize.hh76 IniFile *db; member in class:CheckpointIn
/gem5/configs/boot/
H A Discsi-client.rcS66 chmod 0666 -R /var/db/iscsi
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc137 APPLY_DREG(db[0], MISCREG_DR0); \
138 APPLY_DREG(db[1], MISCREG_DR1); \
139 APPLY_DREG(db[2], MISCREG_DR2); \
140 APPLY_DREG(db[3], MISCREG_DR3); \
189 "\t\tpres.: %u, dpl: %u, db: %u, s: %u, l: %u, g: %u, avl: %u, unus.: %u\n",
192 seg.present, seg.dpl, seg.db, seg.s, seg.l, seg.g, seg.avl, seg.unusable);
721 kvm_seg.db = attr.defaultSize;
998 attr.defaultSize = kvm_seg.db;
/gem5/system/alpha/console/
H A Dconsole.c472 ulong *db = (ulong*)unix_boot_alloc(1); local
473 dbPage[THIRD(i)] = KPTE(PFN(db));

Completed in 28 milliseconds