Searched refs:base (Results 51 - 75 of 167) sorted by relevance

1234567

/gem5/src/arch/arm/
H A Dstacktrace.cc37 #include "base/bitfield.hh"
38 #include "base/trace.hh"
39 #include "cpu/base.hh"
72 Addr base = ksp & ~0x1fff; local
73 if (base == ULL(0xffffffffc0000000))
79 tsk = vp.read<Addr>(base + task_off, GuestByteOrder);
H A Dremote_gdb.cc148 #include "base/chunk_generator.hh"
149 #include "base/intmath.hh"
150 #include "base/remote_gdb.hh"
151 #include "base/socket.hh"
152 #include "base/trace.hh"
212 size_t base = 0; local
216 r.v[base] = v[j];
217 base++;
240 size_t base = 0; local
245 v[j] = r.v[base];
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.cpp685 int base = 0; local
691 base = 10;
702 base = 2;
708 base = 2;
715 base = 8;
720 base = 8;
727 base = 16;
732 base = 16;
738 base = 2;
816 if( integer >= ( base >>
[all...]
/gem5/src/dev/net/
H A Dpktfifo.hh38 #include "base/logging.hh"
74 void serialize(const std::string &base, CheckpointOut &cp) const;
75 void unserialize(const std::string &base, CheckpointIn &cp);
208 void serialize(const std::string &base, CheckpointOut &cp) const;
209 void unserialize(const std::string &base, CheckpointIn &cp);
H A Detherlink.hh52 #include "base/types.hh"
121 void serialize(const std::string &base, CheckpointOut &cp) const;
122 void unserialize(const std::string &base, CheckpointIn &cp);
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc641 int base = 0; local
646 base = 10;
657 base = 2;
663 base = 2;
670 base = 8;
675 base = 8;
682 base = 16;
687 base = 16;
693 base = 2;
757 if (integer >= (base >>
[all...]
/gem5/src/sim/
H A Dinit.hh107 const std::string base; member in class:EmbeddedPyBind
H A Dinit.cc56 #include "base/cprintf.hh"
57 #include "base/logging.hh"
58 #include "base/types.hh"
158 : initFunc(init_func), registered(false), name(_name), base(_base)
165 : initFunc(init_func), registered(false), name(_name), base("")
184 return base.empty() || getMap()[base]->registered;
214 if (obj->base.empty()) {
/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.py142 a = m.TestFactory6(tag.base, 1)
154 e = m.TestFactory6(tag.base, tag.pointer, 5)
157 f = m.TestFactory6(tag.base, tag.alias, tag.pointer, 6)
179 z = MyTest(tag.base, 123)
189 x = MyTest(tag.base, tag.pointer, 47)
238 d1 = TestFactory7(tag.base, tag.pointer, 7)
239 d2 = PythFactory7(tag.base, tag.pointer, 8)
253 f1 = TestFactory7(tag.shared_ptr, tag.base, 11)
254 f2 = PythFactory7(tag.shared_ptr, tag.base, 12)
422 """Tests invocation of the pybind-registered base clas
[all...]
/gem5/src/dev/
H A Dmc146818.hh36 #include "base/bitunion.hh"
37 #include "base/logging.hh"
171 * @param base The base name of the counter object.
174 void serialize(const std::string &base, CheckpointOut &cp) const;
178 * @param base The base name of the counter object.
182 void unserialize(const std::string &base, CheckpointIn &cp);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dlb.S32 # Test with a negative base
40 # Test with unaligned base
H A Dlbu.S32 # Test with a negative base
40 # Test with unaligned base
H A Dld.S32 # Test with a negative base
40 # Test with unaligned base
H A Dlh.S32 # Test with a negative base
40 # Test with unaligned base
H A Dlhu.S32 # Test with a negative base
40 # Test with unaligned base
H A Dlw.S32 # Test with a negative base
40 # Test with unaligned base
H A Dlwu.S32 # Test with a negative base
40 # Test with unaligned base
/gem5/src/arch/arm/insts/
H A Dmem.cc45 #include "base/loader/symtab.hh"
98 printIntReg(ss, base);
169 printIntReg(os, base);
/gem5/src/base/loader/
H A Delf_object.cc44 #include "base/loader/elf_object.hh"
55 #include "base/bitfield.hh"
56 #include "base/loader/symtab.hh"
57 #include "base/logging.hh"
58 #include "base/trace.hh"
404 Addr base, Addr offset)
440 Addr value = sym.st_value - base + offset;
459 ElfObject::loadAllSymbols(SymbolTable *symtab, Addr base, Addr offset, argument
462 return (loadGlobalSymbols(symtab, base, offset, addr_mask) &&
463 loadLocalSymbols(symtab, base, offse
403 loadSomeSymbols(SymbolTable *symtab, int binding, Addr mask, Addr base, Addr offset) argument
468 loadGlobalSymbols(SymbolTable *symtab, Addr base, Addr offset, Addr addr_mask) argument
479 loadLocalSymbols(SymbolTable *symtab, Addr base, Addr offset, Addr addr_mask) argument
490 loadWeakSymbols(SymbolTable *symtab, Addr base, Addr offset, Addr addr_mask) argument
[all...]
/gem5/src/mem/cache/compressors/
H A Dbdi.cc95 // Set base value
96 base = rep_value;
105 return base;
115 size += sizeof(base)*CHAR_BIT;
157 // Push virtual base 0 to bases list
183 BDI::BDICompDataBaseDelta<TB, TD>::addBase(const TB base) argument
185 // Can't add base if reached limit of number of bases
190 // Push new base to end of bases list
191 bases.push_back(base);
193 // New delta is 0, as it is a difference between the new base an
[all...]
/gem5/src/base/stats/
H A Dtext.cc58 #include "base/stats/text.hh"
66 #include "base/cast.hh"
67 #include "base/logging.hh"
68 #include "base/stats/info.hh"
69 #include "base/str.hh"
311 string base = name + separatorString; local
327 // base name.
329 print.name = base + (havesub ? subnames[0] : std::to_string(0));
345 print.name = base + (havesub ? subnames[i] : std::to_string(i));
364 print.name = base
497 namestr << base; local
741 string base = name + separatorString; local
758 namestr << base; local
[all...]
/gem5/src/arch/x86/
H A Dprocess.cc55 #include "base/loader/elf_object.hh"
56 #include "base/loader/object_file.hh"
57 #include "base/logging.hh"
58 #include "base/trace.hh"
134 vsyscallPage.base = 0xffffffffff600000ULL;
155 if (eip >= vsyscallPage.base &&
156 eip < vsyscallPage.base + vsyscallPage.size) {
157 pc.npc(vsyscallPage.base + vsyscallPage.vsysexitOffset);
174 vsyscallPage.base = 0xffffe000ULL;
209 allocateMem(vsyscallPage.base, vsyscallPag
[all...]
H A Dstacktrace.cc37 #include "base/bitfield.hh"
38 #include "base/trace.hh"
39 #include "cpu/base.hh"
72 Addr base = ksp & ~0x3fff; local
73 if (base == ULL(0xfffffc0000000000))
79 tsk = vp.read<Addr>(base + task_off, GuestByteOrder);
/gem5/src/base/
H A Dcprintf.cc31 #include "base/cprintf.hh"
38 #include "base/compiler.hh"
138 fmt.base = Format::hex;
147 fmt.base = Format::hex;
153 fmt.base = Format::oct;
/gem5/src/arch/mips/
H A Dstacktrace.cc37 #include "base/bitfield.hh"
38 #include "base/trace.hh"
39 #include "cpu/base.hh"
52 Addr base = ksp & ~0x3fff; local
53 if (base == ULL(0xfffffc0000000000))
59 tsk = vp.read<Addr>(base + task_off, GuestByteOrder);

Completed in 33 milliseconds

1234567