/gem5/src/arch/generic/ |
H A D | traits.hh | 59 mode(const TheISA::PCState&) function in struct:RenameMode
|
H A D | tlb.cc | 59 translation->finish(translateAtomic(req, tc, mode), req, tc, mode); local 55 translateTiming(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode) argument
|
H A D | tlb.hh | 98 translateFunctional(const RequestPtr &req, ThreadContext *tc, Mode mode) argument
|
/gem5/src/systemc/tests/systemc/misc/unit/data/general/concat_port/ |
H A D | concat_port.h | 53 const sc_signal<int>& mode; local
|
H A D | stimgen.h | 57 sc_signal<int>& mode; local
|
/gem5/src/arch/arm/ |
H A D | stage2_lookup.cc | 82 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 D | stage2_mmu.cc | 120 finish(const Fault &_fault, const RequestPtr &req, ThreadContext *tc, BaseTLB::Mode mode) argument
|
H A D | stage2_lookup.hh | 66 BaseTLB::Mode mode; member in class:ArmISA::Stage2LookUp
|
/gem5/src/dev/x86/ |
H A D | I8259.py | 46 mode = Param.X86I8259CascadeMode('How this I8259 is cascaded') variable in class:I8259
|
H A D | i8259.hh | 53 Enums::X86I8259CascadeMode mode; member in class:X86ISA::I8259
|
/gem5/src/arch/alpha/ |
H A D | kernel_stats.cc | 184 Statistics::mode(cpu_mode newmode, ThreadContext *tc) function in class:AlphaISA::Kernel::Statistics
|
H A D | tlb.cc | 454 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 D | sc_main.cc | 90 sc_set_stop_mode(sc_stop_mode mode) argument
|
/gem5/src/gpu-compute/ |
H A D | cl_driver.cc | 96 ClDriver::open(ThreadContext *tc, int mode, int flags) argument
|
/gem5/src/sim/ |
H A D | system.cc | 232 System::setMemoryMode(Enums::MemoryMode mode) argument
|
/gem5/ext/pybind11/tests/ |
H A D | test_enum.cpp | 58 static EMode test_function(EMode mode) { argument
|
/gem5/ext/iostream3/ |
H A D | zfstream.cc | 51 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 D | output.cc | 83 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 D | intmessage.hh | 71 isReserved(int mode) argument
|
H A D | faults.hh | 322 PageFault(Addr _addr, bool present, BaseTLB::Mode mode, argument
|
/gem5/src/cpu/ |
H A D | translation.hh | 75 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 D | tarmac_base.hh | 97 ArmISA::OperatingMode mode; member in struct:Trace::TarmacBaseRecord::InstEntry
|
/gem5/src/dev/ |
H A D | intel_8254_timer.hh | 53 Bitfield<3, 1> mode; member in class:Intel8254Timer 133 uint8_t mode; member in class:Intel8254Timer::Counter
|
/gem5/src/dev/storage/ |
H A D | disk_image.cc | 86 ios::openmode mode = ios::in | ios::binary; local
|
/gem5/src/cpu/testers/traffic_gen/ |
H A D | traffic_gen.cc | 169 string mode; local 171 is >> id >> duration >> mode; local [all...] |