Searched defs:type (Results 226 - 250 of 313) sorted by relevance

1234567891011>>

/gem5/src/sim/
H A DProcess.py35 type = 'Process' variable in class:Process
72 type = 'EmulatedDriver' variable in class:EmulatedDriver
H A Daux_vector.hh46 IntType type = 0; member in class:AuxVector
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc131 ArmStaticInst::extendReg64(uint64_t base, ArmExtendType type, argument
57 shift_rm_imm(uint32_t base, uint32_t shamt, uint32_t type, uint32_t cfval) const argument
92 shiftReg64(uint64_t base, uint64_t shiftAmt, ArmShiftType type, 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...]
/gem5/src/arch/arm/
H A DArmSystem.py58 type = 'ArmSystem' variable in class:ArmSystem
135 type = 'GenericArmSystem' variable in class:GenericArmSystem
166 type = 'LinuxArmSystem' variable in class:LinuxArmSystem
179 type = 'FreebsdArmSystem' variable in class:FreebsdArmSystem
H A DArmISA.py51 type = 'ArmISA' variable in class:ArmISA
/gem5/src/mem/ruby/structures/
H A DCacheMemory.cc163 CacheMemory::tryCacheAccess(Addr address, RubyRequestType type, argument
190 CacheMemory::testCacheAccess(Addr address, RubyRequestType type, argument
/gem5/ext/pybind11/tests/
H A Dtest_tagbased_polymorphic.cpp111 static const void *get(const itype *src, const std::type_info*& type) argument
/gem5/ext/mcpat/
H A Dbasic_components.cc114 XMLCSTR type = childXML->getAttribute("type"); local
242 warnIncompleteComponentType(XMLCSTR type) argument
[all...]
H A Dnoc.h61 bool type; member in class:OnChipNetworkParameters
/gem5/src/arch/x86/bios/
H A Dintelmp.hh122 uint8_t type; member in class:X86ISA::IntelMP::BaseConfigEntry
136 uint8_t type; member in class:X86ISA::IntelMP::ExtConfigEntry
H A Dsmbios.hh77 uint8_t type; member in class:X86ISA::SMBios::SMBiosStructure
H A DIntelMP.py42 type = 'X86IntelMPFloatingPointer' variable in class:X86IntelMPFloatingPointer
55 type = 'X86IntelMPConfigTable' variable in class:X86IntelMPConfigTable
83 type = 'X86IntelMPBaseConfigEntry' variable in class:X86IntelMPBaseConfigEntry
89 type = 'X86IntelMPExtConfigEntry' variable in class:X86IntelMPExtConfigEntry
95 type = 'X86IntelMPProcessor' variable in class:X86IntelMPProcessor
112 type = 'X86IntelMPBus' variable in class:X86IntelMPBus
125 type = 'X86IntelMPIOAPIC' variable in class:X86IntelMPIOAPIC
156 type variable in class:X86IntelMPIOIntAssignment
176 type = 'X86IntelMPLocalIntAssignment' variable in class:X86IntelMPLocalIntAssignment
202 type = 'X86IntelMPAddrSpaceMapping' variable in class:X86IntelMPAddrSpaceMapping
213 type = 'X86IntelMPBusHierarchy' variable in class:X86IntelMPBusHierarchy
228 type = 'X86IntelMPCompatAddrSpaceMod' variable in class:X86IntelMPCompatAddrSpaceMod
[all...]
/gem5/ext/nomali/include/libnomali/
H A Dnomali.h74 nomali_gpu_type_t type; member in struct:__anon3
111 nomali_callback_type_t type; member in struct:__anon6
/gem5/ext/drampower/src/
H A DCmdScheduler.h62 int64_t type; member in class:Data::cmdScheduler::trans
/gem5/src/dev/virtio/
H A Dfs9p.hh59 P9MsgType type; member in struct:P9MsgHeader
H A Dfs9p.cc68 P9MsgType type; member in struct:P9MsgInfo
[all...]
/gem5/src/base/vnc/
H A Dvncserver.hh121 uint8_t type; member in struct:VncServer::FrameBufferUpdate
135 uint8_t type; member in struct:VncServer::ServerCutText
H A Dvncinput.hh117 uint8_t type; member in struct:VncInput::PixelFormatMessage
123 uint8_t type; member in struct:VncInput::PixelEncodingsMessage
129 uint8_t type; member in struct:VncInput::FrameBufferUpdateReq
138 uint8_t type; member in struct:VncInput::KeyEventMessage
145 uint8_t type; member in struct:VncInput::PointerEventMessage
152 uint8_t type; member in struct:VncInput::ClientCutTextMessage
/gem5/src/arch/sparc/
H A Dpagetable.hh83 EntryType type; member in class:SparcISA::PageTableEntry
/gem5/src/arch/arm/kvm/
H A Dgic.cc98 KvmKernelGicV2::setIntState(unsigned type, unsigned vcpu, unsigned irq, argument
/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh268 RecordType type; member in struct:ElasticTrace::TraceInfo
/gem5/src/gpu-compute/
H A Dwavefront.cc305 Wavefront::ready(itype_e type) argument
[all...]
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h66 typedef typename Pointer::element_type type; typedef in struct:testing::internal::PointeeOf
70 struct PointeeOf<T*> { typedef T type; }; // NOLINT typedef in struct:testing::internal::PointeeOf
348 template <typename T> struct remove_reference { typedef T type; }; // NOLINT typedef in struct:testing::internal::remove_reference
349 template <typename T> struct remove_reference<T&> { typedef T type; }; // NOLINT typedef in struct:testing::internal::remove_reference
353 template <typename T> struct DecayArray { typedef T type; }; // NOLINT typedef in struct:testing::internal::DecayArray
355 typedef const T* type; typedef in struct:testing::internal::DecayArray
361 typedef const T* type; typedef in struct:testing::internal::DecayArray
408 typedef RawContainer type; typedef in class:testing::internal::StlContainerView
425 typedef internal::NativeArray<RawElement> type; typedef in class:testing::internal::StlContainerView
472 typedef internal::NativeArray<RawElement> type; typedef in class:testing::internal::StlContainerView
493 typedef T type; typedef in struct:testing::internal::RemoveConstFromKey
499 typedef std::pair<K, V> type; typedef in struct:testing::internal::RemoveConstFromKey
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h127 struct ByRef { typedef const T& type; }; // NOLINT typedef in struct:std::tr1::gtest_internal::ByRef
129 struct ByRef<T&> { typedef T& type; }; // NOLINT typedef in struct:std::tr1::gtest_internal::ByRef
137 struct AddRef { typedef T& type; }; // NOLINT typedef in struct:std::tr1::gtest_internal::AddRef
139 struct AddRef<T&> { typedef T& type; }; // NOLINT typedef in struct:std::tr1::gtest_internal::AddRef
154 typedef T0 type; typedef in struct:std::tr1::gtest_internal::TupleElement
159 typedef T1 type; typedef in struct:std::tr1::gtest_internal::TupleElement
164 typedef T2 type; typedef in struct:std::tr1::gtest_internal::TupleElement
169 typedef T3 type; typedef in struct:std::tr1::gtest_internal::TupleElement
174 typedef T4 type; typedef in struct:std::tr1::gtest_internal::TupleElement
179 typedef T5 type; typedef in struct:std::tr1::gtest_internal::TupleElement
184 typedef T6 type; typedef in struct:std::tr1::gtest_internal::TupleElement
189 typedef T7 type; typedef in struct:std::tr1::gtest_internal::TupleElement
194 typedef T8 type; typedef in struct:std::tr1::gtest_internal::TupleElement
199 typedef T9 type; typedef in struct:std::tr1::gtest_internal::TupleElement
[all...]
/gem5/src/base/
H A Dremote_gdb.hh209 void type(int t) { _type = t; } function in class:BaseRemoteGDB::TrapEvent
254 int type; member in struct:BaseRemoteGDB::GdbCommand::Context

Completed in 22 milliseconds

1234567891011>>