Searched defs:base (Results 26 - 50 of 81) sorted by relevance

1234

/gem5/src/dev/
H A Dintel_8254_timer.cc75 Intel8254Timer::serialize(const string &base, CheckpointOut &cp) const argument
84 Intel8254Timer::unserialize(const string &base, CheckpointIn &cp) argument
232 Intel8254Timer::Counter::serialize(const string &base, CheckpointOu argument
250 unserialize(const string &base, CheckpointIn &cp) argument
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_utils.hh211 int base = 10; local
/gem5/src/dev/net/
H A Detherlink.cc202 EtherLink::Link::serialize(const string &base, CheckpointOut &cp) const argument
228 unserialize(const string &base, CheckpointIn &cp) argument
[all...]
/gem5/src/arch/arm/
H A Dstacktrace.cc72 Addr base = ksp & ~0x1fff; local
/gem5/src/arch/x86/bios/
H A Dsmbios.cc282 Addr base = smbiosHeader.intermediateHeader.tableAddr; local
/gem5/src/arch/x86/
H A Dstacktrace.cc72 Addr base = ksp & ~0x3fff; local
H A Dpagetable.hh142 Bitfield<51, 12> base; member in namespace:X86ISA
H A Dtlb.cc311 Addr base = tc->readMiscRegNoEffect(MISCREG_SEG_BASE(seg)); local
H A Dsystem.cc249 Addr base = 0; local
/gem5/src/kern/linux/
H A Dhelpers.cc59 dumpDmesgEntry(const uint8_t *base, const uint8_t *end, std::ostream &os) argument
/gem5/src/mem/cache/compressors/
H A Dbdi.hh278 uint64_t base; member in class:BDI::BDICompDataRep
[all...]
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc57 ArmStaticInst::shift_rm_imm(uint32_t base, uint32_t shamt, argument
92 shiftReg64(uint64_t base, uint64_t shiftAmt, ArmShiftType type, uint8_t width) const argument
131 extendReg64(uint64_t base, ArmExtendType type, uint64_t shiftAmt, uint8_t width) const argument
177 shift_rm_rs(uint32_t base, uint32_t shamt, uint32_t type, uint32_t cfval) const argument
217 shift_carry_imm(uint32_t base, uint32_t shamt, uint32_t type, uint32_t cfval) const argument
257 shift_carry_rs(uint32_t base, uint32_t shamt, uint32_t type, uint32_t cfval) const argument
[all...]
H A Dsve_macromem.hh56 IntRegIndex base; member in class:ArmISA::SveLdStructSS
127 IntRegIndex base; member in class:ArmISA::SveStStructSS
200 IntRegIndex base; member in class:ArmISA::SveLdStructSI
272 IntRegIndex base; member in class:ArmISA::SveStStructSI
345 IntRegIndex base; member in class:ArmISA::SveIndexedMemVI
441 IntRegIndex base; member in class:ArmISA::SveIndexedMemSV
[all...]
/gem5/src/base/stats/
H A Dhdf5.cc105 auto base = path.top(); local
/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.cpp85 PyTF6(TestFactory6 &&base) : TestFactory6(std::move(base)) { alias = true; print_created(this, "move", value); } argument
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinit.h71 construct_alias_from_cpp(std::true_type , value_and_holder &v_h, Cpp<Class> &&base) argument
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.cpp685 int base = 0; local
[all...]
H A Dscfx_rep.cpp442 int base = 0; local
[all...]
/gem5/util/m5/
H A Dm5.c120 uint8_t *base = buf; local
/gem5/src/base/
H A Dcprintf_formats.hh48 enum { dec, hex, oct } base; member in struct:cp::Format
/gem5/src/systemc/core/
H A Dobject.cc265 Object::pickUniqueName(std::string base) argument
275 pickUniqueName(::sc_core::sc_object *parent, std::string base) argument
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc641 int base = 0; local
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc74 is_valid_base(sc_numrep base) argument
92 msg << "is_valid_base( sc_numrep base ) : base = " << base << local
545 vec_from_str(int unb, int und, sc_digit *u, const char *v, sc_numrep base) argument
564 "sc_numrep base ) : base = " << base << local
[all...]
/gem5/src/dev/storage/
H A Dide_ctrl.cc592 IdeController::Channel::serialize(const std::string &base, argument
635 unserialize(const std::string &base, CheckpointIn &cp) argument
[all...]
/gem5/src/arch/mips/
H A Dstacktrace.cc52 Addr base = ksp & ~0x3fff; local

Completed in 45 milliseconds

1234