Searched defs:type (Results 251 - 275 of 313) sorted by relevance

<<111213

/gem5/src/dev/alpha/
H A DTsunami.py39 type = 'TsunamiCChip' variable in class:TsunamiCChip
44 type = 'TsunamiIO' variable in class:TsunamiIO
54 type = 'TsunamiPChip' variable in class:TsunamiPChip
69 type = 'Tsunami' variable in class:Tsunami
/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc56 register_extension(std::type_index type) argument
86 ispex_base::register_private_extension(const std::type_info &type) argument
/gem5/src/sim/
H A Dfd_entry.hh180 void setEndType(EndType type) { _pipeEndType = type; } argument
227 SocketFDEntry(int sim_fd, int domain, int type, int protocol, argument
/gem5/src/cpu/
H A DBaseCPU.py114 type = 'BaseCPU' variable in class:BaseCPU
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.cc320 AddressProfiler::profileRetry(Addr data_addr, AccessType type, int count) argument
283 addTraceSample(Addr data_addr, Addr pc_addr, RubyRequestType type, RubyAccessMode access_mode, NodeID id, bool sharing_miss) argument
/gem5/src/dev/arm/
H A DGic.py47 type = 'BaseGic' variable in class:BaseGic
76 type = 'ArmInterruptPin' variable in class:ArmInterruptPin
85 type = 'ArmSPI' variable in class:ArmSPI
90 type = 'ArmPPI' variable in class:ArmPPI
95 type = 'GicV2' variable in class:GicV2
121 type = 'Gicv2mFrame' variable in class:Gicv2mFrame
128 type = 'Gicv2m' variable in class:Gicv2m
136 type = 'VGic' variable in class:VGic
179 type = 'Gicv3Its' variable in class:Gicv3Its
200 type variable in class:Gicv3
[all...]
H A DSMMUv3.py46 type = 'SMMUv3SlaveInterface' variable in class:SMMUv3SlaveInterface
77 type = 'SMMUv3' variable in class:SMMUv3
/gem5/src/arch/arm/insts/
H A Dmem64.hh208 ArmExtendType type; member in class:ArmISA::MemoryReg64
/gem5/src/base/stats/
H A Dinfo.hh179 DistType type; member in struct:Stats::DistData
/gem5/ext/pybind11/include/pybind11/
H A Dattr.h105 struct type { struct in struct:call_guard
213 const std::type_info *type = nullptr; member in struct:type_record
[all...]
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h154 static ConstructorStats& get(std::type_index type) { argument
/gem5/ext/dnet/
H A Dip6.h83 uint8_t type; /* routing type */ member in struct:ip6_ext_data_routing
89 uint8_t type; /* always zero */ member in struct:ip6_ext_data_routing0
/gem5/ext/mcpat/
H A Dcore.cc71 XMLCSTR type = childXML->getAttribute("type"); local
214 XMLCSTR type = child->getAttribute("type"); local
459 XMLCSTR type = child->getAttribute("type"); local
815 XMLCSTR type = childXML->getAttribute("type"); local
996 XMLCSTR type = child->getAttribute("type"); local
2086 XMLCSTR type = childXML->getAttribute("type"); local
[all...]
/gem5/src/arch/hsail/
H A Doperand.hh81 Brig::BrigType type; member in class:BrigRegOperandInfo
/gem5/src/cpu/kvm/
H A Dvm.cc515 KvmVM::createDevice(uint32_t type, uint32_t flags) argument
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h64 typedef T type; typedef in class:sc_core::sc_event_expr
/gem5/src/cpu/minor/
H A DMinorCPU.py60 type = 'MinorOpClass' variable in class:MinorOpClass
68 type = 'MinorOpClassSet' variable in class:MinorOpClassSet
75 type = 'MinorFUTiming' variable in class:MinorFUTiming
108 type = 'MinorFU' variable in class:MinorFU
123 type = 'MinorFUPool' variable in class:MinorFUPool
189 type = 'MinorCPU' variable in class:MinorCPU
/gem5/src/cpu/o3/
H A DO3CPU.py62 type = 'DerivO3CPU' variable in class:DerivO3CPU
/gem5/src/dev/pci/
H A DPciDevice.py48 type = 'PciDevice' variable in class:PciDevice
/gem5/src/dev/net/
H A Dns_gige.cc1915 string type; local
/gem5/src/gpu-compute/
H A DGPU.py56 type = 'VectorRegisterFile' variable in class:VectorRegisterFile
66 type = 'Wavefront' variable in class:Wavefront
75 type = 'ComputeUnit' variable in class:ComputeUnit
142 type = 'Shader' variable in class:Shader
160 type = 'ClDriver' variable in class:ClDriver
165 type = 'GpuDispatcher' variable in class:GpuDispatcher
/gem5/src/mem/ruby/system/
H A DSequencer.cc310 Sequencer::recordMissLatency(const Cycles cycles, const RubyRequestType type, argument
449 RubyRequestType type = srequest->m_type; local
[all...]
/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h27 inline PyTypeObject *type_incref(PyTypeObject *type) { argument
65 auto type = &heap_type->ht_type; local
179 auto type = &heap_type->ht_type; local
250 make_new_instance(PyTypeObject *type) argument
271 pybind11_object_new(PyTypeObject *type, PyObject *, PyObject *) argument
279 PyTypeObject *type = Py_TYPE(self); local
350 auto type = Py_TYPE(self); local
382 auto type = &heap_type->ht_type; local
444 auto type = &heap_type->ht_type; local
574 auto type = &heap_type->ht_type; local
[all...]
H A Dinternals.h117 PyTypeObject *type; member in struct:type_info
[all...]
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h140 typedef traits_type type; typedef in struct:sc_dt::sc_proxy_traits
149 typedef traits_type type; typedef in struct:sc_dt::sc_proxy_traits

Completed in 61 milliseconds

<<111213