Searched defs:mode (Results 1 - 25 of 64) sorted by relevance

123

/gem5/src/arch/generic/
H A Dtraits.hh59 mode(const TheISA::PCState&) function in struct:RenameMode
H A Dtlb.cc59 translation->finish(translateAtomic(req, tc, mode), req, tc, mode); local
55 translateTiming(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode) argument
H A Dtlb.hh98 translateFunctional(const RequestPtr &req, ThreadContext *tc, Mode mode) argument
/gem5/src/systemc/tests/systemc/misc/unit/data/general/concat_port/
H A Dconcat_port.h53 const sc_signal<int>& mode; local
H A Dstimgen.h57 sc_signal<int>& mode; local
/gem5/src/arch/arm/
H A Dstage2_lookup.cc82 Stage2LookUp::mergeTe(const RequestPtr &req, BaseTLB::Mode mode) argument
179 finish(const Fault &_fault, const RequestPtr &req, ThreadContext *tc, BaseTLB::Mode mode) argument
[all...]
H A Dstage2_mmu.cc120 finish(const Fault &_fault, const RequestPtr &req, ThreadContext *tc, BaseTLB::Mode mode) argument
H A Dstage2_lookup.hh66 BaseTLB::Mode mode; member in class:ArmISA::Stage2LookUp
/gem5/src/dev/x86/
H A DI8259.py46 mode = Param.X86I8259CascadeMode('How this I8259 is cascaded') variable in class:I8259
H A Di8259.hh53 Enums::X86I8259CascadeMode mode; member in class:X86ISA::I8259
/gem5/src/arch/alpha/
H A Dkernel_stats.cc184 Statistics::mode(cpu_mode newmode, ThreadContext *tc) function in class:AlphaISA::Kernel::Statistics
H A Dtlb.cc454 mode_type mode = local
602 TLB::translateAtomic(const RequestPtr &req, ThreadContext *tc, Mode mode) argument
611 translateTiming(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode) argument
615 translation->finish(translateAtomic(req, tc, mode), req, tc, mode); local
[all...]
/gem5/src/systemc/core/
H A Dsc_main.cc90 sc_set_stop_mode(sc_stop_mode mode) argument
/gem5/src/gpu-compute/
H A Dcl_driver.cc96 ClDriver::open(ThreadContext *tc, int mode, int flags) argument
/gem5/src/sim/
H A Dsystem.cc232 System::setMemoryMode(Enums::MemoryMode mode) argument
/gem5/ext/pybind11/tests/
H A Dtest_enum.cpp58 static EMode test_function(EMode mode) { argument
/gem5/ext/iostream3/
H A Dzfstream.cc51 open(const char *name, std::ios_base::openmode mode) argument
79 attach(int fd, std::ios_base::openmode mode) argument
131 open_mode(std::ios_base::openmode mode, char* c_mode) const argument
379 gzifstream(const char* name, std::ios_base::openmode mode) argument
388 gzifstream(int fd, std::ios_base::openmode mode) argument
398 open(const char* name, std::ios_base::openmode mode) argument
409 attach(int fd, std::ios_base::openmode mode) argument
434 gzofstream(const char* name, std::ios_base::openmode mode) argument
443 gzofstream(int fd, std::ios_base::openmode mode) argument
453 open(const char* name, std::ios_base::openmode mode) argument
464 attach(int fd, std::ios_base::openmode mode) argument
[all...]
/gem5/src/base/
H A Doutput.cc83 OutputFile(const OutputDirectory &dir, const std::string &name, std::ios_base::openmode mode, bool recreateable) argument
220 open(const std::string &name, ios_base::openmode mode, bool recreateable, bool no_gz) argument
[all...]
/gem5/src/arch/x86/
H A Dintmessage.hh71 isReserved(int mode) argument
H A Dfaults.hh322 PageFault(Addr _addr, bool present, BaseTLB::Mode mode, argument
/gem5/src/cpu/
H A Dtranslation.hh75 BaseTLB::Mode mode; member in class:WholeTranslationState
252 finish(const Fault &fault, const RequestPtr &req, ThreadContext *tc, BaseTLB::Mode mode) argument
[all...]
/gem5/src/arch/arm/tracers/
H A Dtarmac_base.hh97 ArmISA::OperatingMode mode; member in struct:Trace::TarmacBaseRecord::InstEntry
/gem5/src/dev/
H A Dintel_8254_timer.hh53 Bitfield<3, 1> mode; member in class:Intel8254Timer
133 uint8_t mode; member in class:Intel8254Timer::Counter
/gem5/src/dev/storage/
H A Ddisk_image.cc86 ios::openmode mode = ios::in | ios::binary; local
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc169 string mode; local
171 is >> id >> duration >> mode; local
[all...]

Completed in 31 milliseconds

123