Searched defs:false (Results 1 - 24 of 24) sorted by relevance

/gem5/src/dev/arm/
H A Dgic_v2.cc75 enabled(false), haveGem5Extensions(p->gem5_extensions), variable
/gem5/src/base/
H A Dcallback.hh73 MakeCallback(T *o, bool auto_destroy = false) argument
77 MakeCallback(T &o, bool auto_destroy = false) argument
/gem5/src/arch/arm/kvm/
H A Darmv8_cpu.hh111 MiscRegInfo(uint64_t _kvm, MiscRegIndex _idx, const char *_name, bool _is_device = false) argument
/gem5/src/systemc/tests/include/
H A DSimpleLTTarget1.h44 SimpleLTTarget1(sc_core::sc_module_name name, bool invalidate = false) : argument
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/datatypes/
H A Ddatatypes.cpp40 #define false 0 macro
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/datatypes/
H A Ddatatypes.cpp41 #define false 0 macro
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/sharing/
H A Dsharing.cpp41 #define false 0 macro
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shr/sharing/
H A Dsharing.cpp41 #define false 0 macro
/gem5/src/systemc/tests/systemc/kernel/sc_event/test15/
H A Devent_triggered.cpp161 void random_notify(const sc_time& t, bool immediate = false) argument
/gem5/ext/drampower/src/
H A DCmdScheduler.cc210 std::vector<bool> ACTSchedule(static_cast<size_t>(nBanks), false); local
/gem5/src/arch/arm/insts/
H A Dpred_inst.hh83 simd_modified_imm(bool op, uint8_t cmode, uint8_t data, bool &immValid, bool isAarch64 = false) argument
H A Dmacromem.hh186 MicroNeonMixLaneOp64(const char *mnem, ExtMachInst machInst, OpClass __opClass, RegIndex _dest, RegIndex _op1, uint8_t _eSize, uint8_t _dataSize, uint8_t _numStructElems, uint8_t _lane, uint8_t _step, bool _replicate = false) argument
H A Dsve.hh126 SvePredCountOp(const char* mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _gp, bool _srcIs32b = false, bool _destIsVec = false) argument
358 SvePredLogicalOp(const char* mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _op1, IntRegIndex _op2, IntRegIndex _gp, bool _isSel = false) argument
496 SveIntCmpOp(const char* mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _op1, IntRegIndex _op2, IntRegIndex _gp, bool _op2IsWide = false) argument
H A Dvfp.hh265 vfpFpToFixed(T val, bool isSigned, uint8_t width, uint8_t imm, bool useRmode = true, VfpRoundingMode roundMode = VfpRoundZero, bool aarch64 = false) argument
/gem5/src/mem/cache/prefetch/
H A Dbase.hh72 PrefetchListener(BasePrefetcher &_parent, ProbeManager *pm, const std::string &name, bool _isFill = false, bool _miss = false) argument
/gem5/src/sim/
H A Dfd_entry.hh54 FDEntry(bool close_on_exec = false) argument
79 HBFDEntry(int flags, int sim_fd, bool close_on_exec = false) argument
83 HBFDEntry(HBFDEntry const& reg, bool close_on_exec = false) argument
121 FileFDEntry(FileFDEntry const& reg, bool close_on_exec = false) argument
164 PipeFDEntry(PipeFDEntry const& pipe, bool close_on_exec = false) argument
202 DeviceFDEntry(DeviceFDEntry const& dev, bool close_on_exec = false) argument
115 FileFDEntry(int sim_fd, int flags, std::string const& file_name, uint64_t file_offset, bool close_on_exec = false) argument
158 PipeFDEntry(int sim_fd, int flags, EndType pipe_end_type, bool close_on_exec = false) argument
197 DeviceFDEntry(EmulatedDriver *driver, std::string const& file_name, bool close_on_exec = false) argument
227 SocketFDEntry(int sim_fd, int domain, int type, int protocol, bool close_on_exec = false) argument
233 SocketFDEntry(SocketFDEntry const& reg, bool close_on_exec = false) argument
[all...]
H A Deventq.hh756 reschedule(Event &event, Tick when, bool always = false) argument
774 reschedule(Event *event, Tick when, bool always = false) argument
794 EventWrapper(T *obj, bool del = false, Priority p = Default_Pri) argument
801 EventWrapper(T &obj, bool del = false, Priority p = Default_Pri) argument
826 EventFunctionWrapper(const std::function<void(void)> &callback, const std::string &name, bool del = false, Priority p = Default_Pri) argument
H A Dsyscall_emul.hh541 convertStatBuf(target_stat &tgt, host_stat *host, bool fakeTTY = false) argument
590 convertStat64Buf(target_stat &tgt, host_stat64 *host, bool fakeTTY = false) argument
612 copyOutStatBuf(PortProxy &mem, Addr addr, hst_stat *host, bool fakeTTY = false) argument
623 copyOutStat64Buf(PortProxy &mem, Addr addr, hst_stat64 *host, bool fakeTTY = false) argument
/gem5/src/arch/x86/
H A Dpagetable_walker.hh116 WalkerState(Walker * _walker, BaseTLB::Translation *_translation, const RequestPtr &_req, bool _isFunctional = false) argument
/gem5/src/cpu/minor/
H A Dbuffers.hh232 Latch(const std::string &name, const std::string &data_name, Cycles delay_ = Cycles(1), bool report_backwards = false) argument
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h80 EigenConformable(bool fits = false) : conformable{fits} {} argument
[all...]
H A Dcast.h186 get_type_info(const std::type_index &tp, bool throw_if_missing = false) argument
[all...]
H A Dpybind11.h868 add_object(const char *name, handle obj, bool overwrite = false) argument
1971 gil_scoped_release(bool disassoc = false) argument
[all...]
/gem5/src/arch/arm/
H A Dfaults.hh296 UndefinedInstruction(ExtMachInst _machInst, bool _unknown, const char *_mnemonic = NULL, bool _disabled = false) argument
463 PrefetchAbort(Addr _addr, uint8_t _source, bool _stage2 = false, ArmFault::TranMethod _tranMethod = ArmFault::UnknownTran) argument
490 DataAbort(Addr _addr, TlbEntry::DomainType _domain, bool _write, uint8_t _source, bool _stage2 = false, ArmFault::TranMethod _tranMethod = ArmFault::UnknownTran) argument
[all...]

Completed in 51 milliseconds