Searched defs:type (Results 276 - 300 of 313) sorted by relevance

<<111213

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h170 typedef element_type type; typedef in struct:sc_core::sc_direct_access
181 sc_direct_access(const U&, typename sc_meta::enable_if<sc_meta::is_more_const< type, typename U::policy::element_type>::value>::type* = NULL) argument
202 typedef access_type type; typedef in class:sc_core::sc_member_access
254 { typedef typename storage_type::iterator type; }; typedef in struct:sc_core::sc_vector_iter::select_iter
256 { typedef typename storage_type::const_iterator type; }; typedef in struct:sc_core::sc_vector_iter::select_iter
[all...]
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh140 typedef T type; typedef in struct:sc_gem5::remove_special_fptr
296 typedef typename std::vector<void *>::iterator type; typedef in struct:sc_core::sc_vector_iter::SelectIter
301 typedef typename std::vector<void *>::const_iterator type; typedef in struct:sc_core::sc_vector_iter::SelectIter
[all...]
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.h103 op_type type; member in struct:operand
112 instr_type type; member in struct:instr
/gem5/src/arch/arm/insts/
H A Dmacromem.hh349 ArmExtendType type; member in class:ArmISA::MicroIntRegXOp
H A Dmacromem.cc420 BigFpMemRegOp(const char *mnem, ExtMachInst machInst, OpClass __opClass, bool load, IntRegIndex dest, IntRegIndex base, IntRegIndex offset, ArmExtendType type, int64_t imm) argument
/gem5/src/arch/x86/
H A Dtypes.hh158 opcodeTypeToStr(OpcodeType type) argument
214 OpcodeType type; member in struct:X86ISA::ExtMachInst::__anon9
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h80 GMOCK_FIELD_TYPE_(Tuple, k9)> type; typedef in class:testing::internal::TupleFields
92 typedef ::testing::tuple<> type; typedef in class:testing::internal::TupleFields
101 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0)> type; typedef in class:testing::internal::TupleFields
111 GMOCK_FIELD_TYPE_(Tuple, k1)> type; typedef in class:testing::internal::TupleFields
121 GMOCK_FIELD_TYPE_(Tuple, k1), GMOCK_FIELD_TYPE_(Tuple, k2)> type; typedef in class:testing::internal::TupleFields
132 GMOCK_FIELD_TYPE_(Tuple, k3)> type; typedef in class:testing::internal::TupleFields
143 GMOCK_FIELD_TYPE_(Tuple, k3), GMOCK_FIELD_TYPE_(Tuple, k4)> type; typedef in class:testing::internal::TupleFields
155 GMOCK_FIELD_TYPE_(Tuple, k5)> type; typedef in class:testing::internal::TupleFields
168 GMOCK_FIELD_TYPE_(Tuple, k5), GMOCK_FIELD_TYPE_(Tuple, k6)> type; typedef in class:testing::internal::TupleFields
183 GMOCK_FIELD_TYPE_(Tuple, k7)> type; typedef in class:testing::internal::TupleFields
198 GMOCK_FIELD_TYPE_(Tuple, k7), GMOCK_FIELD_TYPE_(Tuple, k8)> type; typedef in class:testing::internal::TupleFields
306 typedef M1 type; typedef in struct:testing::internal::AllOfResult1
314 > type; typedef in struct:testing::internal::AllOfResult2
322 > type; typedef in struct:testing::internal::AllOfResult3
330 > type; typedef in struct:testing::internal::AllOfResult4
338 > type; typedef in struct:testing::internal::AllOfResult5
347 > type; typedef in struct:testing::internal::AllOfResult6
356 > type; typedef in struct:testing::internal::AllOfResult7
365 > type; typedef in struct:testing::internal::AllOfResult8
374 > type; typedef in struct:testing::internal::AllOfResult9
383 > type; typedef in struct:testing::internal::AllOfResult10
394 typedef M1 type; typedef in struct:testing::internal::AnyOfResult1
402 > type; typedef in struct:testing::internal::AnyOfResult2
410 > type; typedef in struct:testing::internal::AnyOfResult3
418 > type; typedef in struct:testing::internal::AnyOfResult4
426 > type; typedef in struct:testing::internal::AnyOfResult5
435 > type; typedef in struct:testing::internal::AnyOfResult6
444 > type; typedef in struct:testing::internal::AnyOfResult7
453 > type; typedef in struct:testing::internal::AnyOfResult8
462 > type; typedef in struct:testing::internal::AnyOfResult9
471 > type; typedef in struct:testing::internal::AnyOfResult10
[all...]
H A Dgmock-generated-actions.h315 typedef Result type(); typedef in class:testing::internal::SelectArgs
[all...]
/gem5/src/dev/net/
H A DEthernet.py59 type = 'EtherLink' variable in class:EtherLink
69 type = 'DistEtherLink' variable in class:DistEtherLink
87 type = 'EtherBus' variable in class:EtherBus
94 type = 'EtherSwitch' variable in class:EtherSwitch
106 type = 'EtherTapBase' variable in class:EtherTapBase
115 type = 'EtherTap' variable in class:.EtherTap
122 type = 'EtherTapStub' variable in class:EtherTapStub
127 type = 'EtherDump' variable in class:EtherDump
133 type = 'EtherDevice' variable in class:EtherDevice
140 type variable in class:IGbE
192 type = 'EtherDevBase' variable in class:EtherDevBase
216 type = 'NSGigE' variable in class:NSGigE
245 type = 'Sinic' variable in class:Sinic
[all...]
/gem5/src/mem/
H A DDRAMCtrl.py74 type = 'DRAMCtrl' variable in class:DRAMCtrl
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc607 RubyRequestType type = srequest->m_type; local
1187 RubyRequestType type = srequest->m_type; local
[all...]
/gem5/src/python/m5/
H A DSimObject.py1085 type = 'SimObject' variable in class:SimObject
[all...]
/gem5/src/arch/arm/
H A Dtlb.cc1423 TLB::tranTypeEL(CPSR cpsr, ArmTranslationType type) argument
H A Dtable_walker.hh133 EntryType type() const function in class:ArmISA::TableWalker::L1Descriptor
430 EntryType type() const function
[all...]
/gem5/src/base/
H A Dinet.hh130 uint16_t type() const { function in struct:Net::EthHdr
336 uint8_t type() const { return opt_type; } function in struct:Net::IpOpt
457 uint8_t type; member in struct:Net::ip6_opt_routing_type2
465 uint8_t type; member in struct:Net::ip6_opt_dstopts
588 uint8_t type() const { return opt_type; } function in struct:Net::TcpOpt
[all...]
H A Dremote_gdb.cc423 BaseRemoteGDB::trap(int type) argument
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h782 struct RemoveReference { typedef T type; }; // NOLINT typedef in struct:testing::internal::RemoveReference
784 struct RemoveReference<T&> { typedef T type; }; // NOLINT typedef in struct:testing::internal::RemoveReference
795 struct RemoveConst { typedef T type; }; // NOLINT typedef in struct:testing::internal::RemoveConst
797 struct RemoveConst<const T> { typedef T type; }; // NOLINT typedef in struct:testing::internal::RemoveConst
804 typedef typename RemoveConst<T>::type type[N]; typedef in struct:testing::internal::RemoveConst
813 typedef typename RemoveConst<T>::type type[N]; typedef in struct:testing::internal::RemoveConst
830 struct AddReference { typedef T& type; }; // NOLINT typedef in struct:testing::internal::AddReference
832 struct AddReference<T&> { typedef T& type; }; // NOLINT typedef in struct:testing::internal::AddReference
947 template<> struct EnableIf<true> { typedef void type; }; // NOLINT typedef in struct:testing::internal::EnableIf
[all...]
H A Dgtest-type-util.h101 typedef bool type; typedef in struct:testing::internal::AssertTypeEq
757 T41, T42, T43, T44, T45, T46, T47, T48, T49, T50> type; typedef in struct:testing::Types
774 typedef internal::Types0 type; typedef in struct:testing::Types
790 typedef internal::Types1<T1> type; typedef in struct:testing::Types
806 typedef internal::Types2<T1, T2> type; typedef in struct:testing::Types
821 typedef internal::Types3<T1, T2, T3> type; typedef in struct:testing::Types
836 typedef internal::Types4<T1, T2, T3, T4> type; typedef in struct:testing::Types
851 typedef internal::Types5<T1, T2, T3, T4, T5> type; typedef in struct:testing::Types
867 typedef internal::Types6<T1, T2, T3, T4, T5, T6> type; typedef in struct:testing::Types
883 typedef internal::Types7<T1, T2, T3, T4, T5, T6, T7> type; typedef in struct:testing::Types
898 typedef internal::Types8<T1, T2, T3, T4, T5, T6, T7, T8> type; typedef in struct:testing::Types
913 typedef internal::Types9<T1, T2, T3, T4, T5, T6, T7, T8, T9> type; typedef in struct:testing::Types
928 typedef internal::Types10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> type; typedef in struct:testing::Types
944 typedef internal::Types11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> type; typedef in struct:testing::Types
961 T12> type; typedef in struct:testing::Types
978 T13> type; typedef in struct:testing::Types
994 T13, T14> type; typedef in struct:testing::Types
1010 T13, T14, T15> type; typedef in struct:testing::Types
1027 T13, T14, T15, T16> type; typedef in struct:testing::Types
1044 T13, T14, T15, T16, T17> type; typedef in struct:testing::Types
1061 T13, T14, T15, T16, T17, T18> type; typedef in struct:testing::Types
1077 T13, T14, T15, T16, T17, T18, T19> type; typedef in struct:testing::Types
1093 T13, T14, T15, T16, T17, T18, T19, T20> type; typedef in struct:testing::Types
1110 T13, T14, T15, T16, T17, T18, T19, T20, T21> type; typedef in struct:testing::Types
1127 T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> type; typedef in struct:testing::Types
1144 T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> type; typedef in struct:testing::Types
1161 T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> type; typedef in struct:testing::Types
1177 T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> type; typedef in struct:testing::Types
1195 T26> type; typedef in struct:testing::Types
1213 T27> type; typedef in struct:testing::Types
1231 T27, T28> type; typedef in struct:testing::Types
1249 T27, T28, T29> type; typedef in struct:testing::Types
1266 T27, T28, T29, T30> type; typedef in struct:testing::Types
1284 T27, T28, T29, T30, T31> type; typedef in struct:testing::Types
1302 T27, T28, T29, T30, T31, T32> type; typedef in struct:testing::Types
1320 T27, T28, T29, T30, T31, T32, T33> type; typedef in struct:testing::Types
1338 T27, T28, T29, T30, T31, T32, T33, T34> type; typedef in struct:testing::Types
1355 T27, T28, T29, T30, T31, T32, T33, T34, T35> type; typedef in struct:testing::Types
1373 T27, T28, T29, T30, T31, T32, T33, T34, T35, T36> type; typedef in struct:testing::Types
1391 T27, T28, T29, T30, T31, T32, T33, T34, T35, T36, T37> type; typedef in struct:testing::Types
1409 T27, T28, T29, T30, T31, T32, T33, T34, T35, T36, T37, T38> type; typedef in struct:testing::Types
1427 T27, T28, T29, T30, T31, T32, T33, T34, T35, T36, T37, T38, T39> type; typedef in struct:testing::Types
1446 T40> type; typedef in struct:testing::Types
1465 T41> type; typedef in struct:testing::Types
1484 T41, T42> type; typedef in struct:testing::Types
1503 T41, T42, T43> type; typedef in struct:testing::Types
1522 T41, T42, T43, T44> type; typedef in struct:testing::Types
1541 T41, T42, T43, T44, T45> type; typedef in struct:testing::Types
1560 T41, T42, T43, T44, T45, T46> type; typedef in struct:testing::Types
1579 T41, T42, T43, T44, T45, T46, T47> type; typedef in struct:testing::Types
1598 T41, T42, T43, T44, T45, T46, T47, T48> type; typedef in struct:testing::Types
1617 T41, T42, T43, T44, T45, T46, T47, T48, T49> type; typedef in struct:testing::Types
1636 typedef Tmpl<T> type; typedef in struct:testing::internal::TemplateSel::Bind
2465 T42, T43, T44, T45, T46, T47, T48, T49, T50> type; typedef in struct:testing::internal::Templates
2475 typedef Templates0 type; typedef in struct:testing::internal::Templates
2484 typedef Templates1<T1> type; typedef in struct:testing::internal::Templates
2493 typedef Templates2<T1, T2> type; typedef in struct:testing::internal::Templates
2501 typedef Templates3<T1, T2, T3> type; typedef in struct:testing::internal::Templates
2510 typedef Templates4<T1, T2, T3, T4> type; typedef in struct:testing::internal::Templates
2519 typedef Templates5<T1, T2, T3, T4, T5> type; typedef in struct:testing::internal::Templates
2528 typedef Templates6<T1, T2, T3, T4, T5, T6> type; typedef in struct:testing::internal::Templates
2538 typedef Templates7<T1, T2, T3, T4, T5, T6, T7> type; typedef in struct:testing::internal::Templates
2548 typedef Templates8<T1, T2, T3, T4, T5, T6, T7, T8> type; typedef in struct:testing::internal::Templates
2558 typedef Templates9<T1, T2, T3, T4, T5, T6, T7, T8, T9> type; typedef in struct:testing::internal::Templates
2569 typedef Templates10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> type; typedef in struct:testing::internal::Templates
2580 typedef Templates11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> type; typedef in struct:testing::internal::Templates
2591 typedef Templates12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> type; typedef in struct:testing::internal::Templates
2604 T13> type; typedef in struct:testing::internal::Templates
2617 T14> type; typedef in struct:testing::internal::Templates
2630 T14, T15> type; typedef in struct:testing::internal::Templates
2644 T14, T15, T16> type; typedef in struct:testing::internal::Templates
2658 T14, T15, T16, T17> type; typedef in struct:testing::internal::Templates
2672 T14, T15, T16, T17, T18> type; typedef in struct:testing::internal::Templates
2687 T14, T15, T16, T17, T18, T19> type; typedef in struct:testing::internal::Templates
2702 T14, T15, T16, T17, T18, T19, T20> type; typedef in struct:testing::internal::Templates
2717 T14, T15, T16, T17, T18, T19, T20, T21> type; typedef in struct:testing::internal::Templates
2733 T14, T15, T16, T17, T18, T19, T20, T21, T22> type; typedef in struct:testing::internal::Templates
2749 T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> type; typedef in struct:testing::internal::Templates
2765 T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> type; typedef in struct:testing::internal::Templates
2782 T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> type; typedef in struct:testing::internal::Templates
2799 T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> type; typedef in struct:testing::internal::Templates
2817 T27> type; typedef in struct:testing::internal::Templates
2836 T28> type; typedef in struct:testing::internal::Templates
2855 T28, T29> type; typedef in struct:testing::internal::Templates
2873 T28, T29, T30> type; typedef in struct:testing::internal::Templates
2892 T28, T29, T30, T31> type; typedef in struct:testing::internal::Templates
2911 T28, T29, T30, T31, T32> type; typedef in struct:testing::internal::Templates
2930 T28, T29, T30, T31, T32, T33> type; typedef in struct:testing::internal::Templates
2950 T28, T29, T30, T31, T32, T33, T34> type; typedef in struct:testing::internal::Templates
2970 T28, T29, T30, T31, T32, T33, T34, T35> type; typedef in struct:testing::internal::Templates
2990 T28, T29, T30, T31, T32, T33, T34, T35, T36> type; typedef in struct:testing::internal::Templates
3011 T28, T29, T30, T31, T32, T33, T34, T35, T36, T37> type; typedef in struct:testing::internal::Templates
3032 T28, T29, T30, T31, T32, T33, T34, T35, T36, T37, T38> type; typedef in struct:testing::internal::Templates
3053 T28, T29, T30, T31, T32, T33, T34, T35, T36, T37, T38, T39> type; typedef in struct:testing::internal::Templates
3075 T28, T29, T30, T31, T32, T33, T34, T35, T36, T37, T38, T39, T40> type; typedef in struct:testing::internal::Templates
3098 T41> type; typedef in struct:testing::internal::Templates
3121 T42> type; typedef in struct:testing::internal::Templates
3145 T42, T43> type; typedef in struct:testing::internal::Templates
3169 T42, T43, T44> type; typedef in struct:testing::internal::Templates
3193 T42, T43, T44, T45> type; typedef in struct:testing::internal::Templates
3218 T42, T43, T44, T45, T46> type; typedef in struct:testing::internal::Templates
3243 T42, T43, T44, T45, T46, T47> type; typedef in struct:testing::internal::Templates
3268 T42, T43, T44, T45, T46, T47, T48> type; typedef in struct:testing::internal::Templates
3294 T42, T43, T44, T45, T46, T47, T48, T49> type; typedef in struct:testing::internal::Templates
3303 typedef Types1<T> type; typedef in struct:testing::internal::TypeList
3323 T41, T42, T43, T44, T45, T46, T47, T48, T49, T50>::type type; typedef in struct:testing::internal::TypeList
[all...]
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh601 RecordType type; member in class:TraceCPU::ElasticDataGen::GraphNode
/gem5/src/dev/arm/
H A Dgic_v3_its.hh64 ItsActionType type; member in struct:ItsAction
189 Bitfield<58, 56> type; variable
427 uint32_t type; member in struct:Gicv3Its::ItsCommand::CommandEntry::__anon8
H A DRealView.py83 type = 'AmbaPioDevice' variable in class:AmbaPioDevice
89 type = 'AmbaIntDevice' variable in class:AmbaIntDevice
98 type = 'AmbaDmaDevice' variable in class:AmbaDmaDevice
108 type = 'A9SCU' variable in class:A9SCU
118 type = 'GenericArmPciHost' variable in class:GenericArmPciHost
209 type = 'RealViewCtrl' variable in class:RealViewCtrl
228 type = 'RealViewOsc' variable in class:RealViewOsc
264 type = 'RealViewTemperatureSensor' variable in class:RealViewTemperatureSensor
348 type variable in class:AmbaFake
354 type = 'Pl011' variable in class:Pl011
376 type = 'Sp804' variable in class:Sp804
386 type = 'A9GlobalTimer' variable in class:A9GlobalTimer
392 type = 'CpuLocalTimer' variable in class:CpuLocalTimer
398 type = 'GenericTimer' variable in class:GenericTimer
424 type = 'GenericTimerMem' variable in class:GenericTimerMem
433 type = 'PL031' variable in class:PL031
449 type = 'Pl050' variable in class:Pl050
466 type = 'Pl111' variable in class:Pl111
474 type = 'HDLcd' variable in class:HDLcd
540 type = 'RealView' variable in class:RealView
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h98 auto type = check[i]; local
146 all_type_info(PyTypeObject *type) argument
160 get_type_info(PyTypeObject *type) argument
209 const detail::type_info *type = nullptr; member in struct:value_and_holder
213 value_and_holder(instance *i, const detail::type_info *type, size_t vpos, size_t index) argument
400 handle type = detail::get_type_handle(tp, false); local
573 auto *type = v_h.type ? v_h.type : typeinfo; local
817 get(const itype *src, const std::type_info*& type) argument
[all...]
H A Dnumpy.h49 char type; member in struct:PyArrayDescr_Proxy
279 typedef T type; typedef in struct:array_info_scalar
[all...]
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h503 template <typename C, typename R, typename... A> struct remove_class<R (C::*)(A...)> { typedef R type(A...); }; typedef in struct:remove_class
504 template <typename C, typename R, typename... A> struct remove_class<R (C::*)(A...) const> { typedef R type(A...); }; typedef in struct:remove_class
507 template <typename T> struct intrinsic_type { typedef T type; }; typedef in struct:intrinsic_type
508 template <typename T> struct intrinsic_type<const T> { typedef typename intrinsic_type<T>::type type; }; typedef in struct:intrinsic_type
509 template <typename T> struct intrinsic_type<T*> { typedef typename intrinsic_type<T>::type type; }; typedef in struct:intrinsic_type
510 template <typename T> struct intrinsic_type<T&> { typedef typename intrinsic_type<T>::type type; }; typedef in struct:intrinsic_type
511 template <typename T> struct intrinsic_type<T&&> { typedef typename intrinsic_type<T>::type type; }; typedef in struct:intrinsic_type
512 template <typename T, size_t N> struct intrinsic_type<const T[N]> { typedef typename intrinsic_type<T>::type type; }; typedef in struct:intrinsic_type
513 template <typename T, size_t N> struct intrinsic_type<T[N]> { typedef typename intrinsic_type<T>::type type; }; typedef in struct:intrinsic_type
715 PyObject *type, *value, *trace; member in struct:error_scope
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1693 TestPartResult::Type const type; member in class:testing::internal::AssertHelper::AssertHelperData::TestPartResult
[all...]

Completed in 100 milliseconds

<<111213