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

/gem5/src/sim/
H A DDVFSHandler.py59 enable = Param.Bool(False, "Enable/Disable the handler") variable in class:DVFSHandler
/gem5/src/base/
H A Dtrace.cc91 enable() function in namespace:Trace
H A Ddebug.hh78 void enable() { _status = true; sync(); } function in class:Debug::SimpleFlag
H A Ddebug.cc117 CompoundFlag::enable() function in class:Debug::CompoundFlag
137 enable() function in struct:Debug::AllFlags
H A Dpollevent.cc86 PollEvent::enable() function in class:PollEvent
H A Dstatistics.cc279 Info::enable() function in class:Stats::Info
284 VectorInfo::enable() function in class:Stats::VectorInfo
294 VectorDistInfo::enable() function in class:Stats::VectorDistInfo
304 Vector2dInfo::enable() function in class:Stats::Vector2dInfo
552 enable() function in namespace:Stats
/gem5/src/dev/arm/
H A Dtimer_a9global.hh78 Bitfield<0> enable; member in class:A9GlobalTimer::Timer
H A Dkmi.hh71 Bitfield<2> enable; member in class:Pl050
H A Dgic_v3_redistributor.cc463 bool enable = data & (1 << int_id) ? 1 : 0; local
H A Dtimer_cpulocal.hh78 Bitfield<0> enable; member in class:CpuLocalTimer::Timer
86 Bitfield<0> enable; member in class:CpuLocalTimer::Timer
H A Dgic_v3_distributor.cc546 bool enable = data & (1 << i) ? 1 : 0; local
H A Dgic_v3_redistributor.hh176 Bitfield<0> enable; member in class:Gicv3Redistributor
H A Dgeneric_timer.hh117 Bitfield<0> enable; member in class:ArchTimer
H A Dhdlcd.hh208 Bitfield<0> enable; member in class:HDLcd
H A Dgic_v3_cpu_interface.cc1337 bool enable = val & 0x1; local
1360 bool enable = val & 0x1; local
/gem5/src/python/m5/stats/
H A D__init__.py284 def enable(): function
/gem5/src/arch/x86/bios/
H A DIntelMP.py102 enable = Param.Bool(True, 'if this processor is usable') variable in class:X86IntelMPProcessor
132 enable = Param.Bool(True, 'if this APIC is usable') variable in class:X86IntelMPIOAPIC
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h295 inline void sc_process_handle::enable(sc_descendant_inclusion_info descendants) function in class:sc_core::sc_process_handle
/gem5/src/systemc/core/
H A Dsc_process_handle.cc239 sc_process_handle::enable(sc_descendent_inclusion_info include_descendants) function in class:sc_core::sc_process_handle
H A Dprocess.cc132 Process::enable(bool inc_kids) function in class:sc_gem5::Process
/gem5/src/arch/arm/
H A Dpmu.cc480 PMU::RegularEvent::enable() function in class:ArmISA::PMU::RegularEvent
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp544 void enable() function in struct:Top
/gem5/src/arch/x86/regs/
H A Dmisc.hh1053 Bitfield<11> enable; member in namespace:X86ISA
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc3246 void set_forwarding_enabled(bool enable) { forwarding_enabled_ = enable; } argument

Completed in 77 milliseconds