Searched refs:init (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/gem5/src/dev/x86/
H A Dintdev.cc46 X86ISA::IntDevice::init() function in class:X86ISA::IntDevice
H A Dpc.hh60 void init() override;
/gem5/src/systemc/tests/systemc/kernel/module_method_after_sc_start/
H A Dmodule_method_after_sc_start.cpp11 init = 1;
13 int init; local
16 if ( init )
18 init = 0;
/gem5/src/systemc/tests/systemc/kernel/module_thread_after_sc_start/
H A Dmodule_thread_after_sc_start.cpp11 init = 1;
13 int init; local
16 if ( init )
18 init = 0;
/gem5/src/base/
H A Drandom.cc55 init(5489);
60 init(s);
68 Random::init(uint32_t s) function in class:Random
/gem5/src/mem/ruby/system/
H A DRubyPortProxy.hh75 void init();
H A DRubyPortProxy.cc51 RubyPortProxy::init() function in class:RubyPortProxy
/gem5/util/stats/
H A Dflags.py29 init = 0x00000001 variable
/gem5/src/arch/generic/
H A Dtraits.hh56 static Enums::VecRegRenameMode init(const ISA*) { return Enums::Full; } function in struct:RenameMode
/gem5/ext/pybind11/tests/
H A Dtest_union.cpp19 .def(py::init<>())
H A Dpybind11_tests.cpp34 test_initializer::test_initializer(Initializer init) { argument
35 initializers().push_back(init);
38 test_initializer::test_initializer(const char *submodule_name, Initializer init) { argument
41 init(m);
77 .def(py::init<>())
78 .def(py::init<int>())
85 .def(py::init<>())
86 .def(py::init<int>())
H A Dtest_async.cpp15 .def(py::init<>());
18 .def(py::init<>())
H A Dtest_multiple_inheritance.cpp56 b1.def(py::init<int>())
65 b2.def(py::init<int>())
78 .def(py::init<int, int>());
82 #define PYBIND11_BASEN(N) py::class_<BaseN<N>>(m, "BaseN" #N).def(py::init<int>()).def("f" #N, [](BaseN<N> &b) { return b.i + N; })
96 // .def(py::init<int, int>());
108 .def(py::init<int>())
117 .def(py::init<int>())
125 .def(py::init<int, int>());
141 py::class_<I801B1, std::shared_ptr<I801B1>>(m, "I801B1").def(py::init<>()).def_readonly("a", &I801B1::a);
142 py::class_<I801B2, std::shared_ptr<I801B2>>(m, "I801B2").def(py::init<>())
[all...]
/gem5/ext/systemc/src/sysc/qt/time/
H A Dassim32 init = times[m "_" init_test];
33 printf ("init %s | %f\n", m, init);
36 abort_blocki = init_abort_blocki - init;
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test2/
H A Dtest2.cpp48 int init; local
58 init = INIT;
66 int i = init;
86 int init; local
97 init = INIT;
101 int i = init;
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test3/
H A Dtest3.cpp46 int init; local
53 init = INIT;
60 int i = init;
78 int init; local
88 init = INIT;
92 int i = init;
/gem5/tests/test-progs/asmtest/src/riscv/env/ps/
H A Driscv_test.h13 .macro init; \
17 .macro init; \
22 .macro init; \
26 .macro init; \
31 .macro init; \
36 .macro init; \
41 .macro init; \
46 .macro init; \
112 .section .text.init; \
/gem5/src/systemc/tests/systemc/utils/sc_vector/test07/
H A Dtest07.cpp62 m_sub_vec.init( n_sub );
68 in_vec.init( n_sub );
93 s.init(4);
/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetLink.cc49 GarnetIntLink::init() function in class:GarnetIntLink
80 GarnetExtLink::init() function in class:GarnetExtLink
/gem5/src/dev/net/
H A Detherdump.hh53 void init();
/gem5/src/mem/ruby/network/
H A DBasicRouter.cc39 BasicRouter::init() function in class:BasicRouter
/gem5/src/systemc/tests/systemc/utils/sc_vector/test06/
H A Dtest06.cpp84 void init( unsigned n_sub ) function
86 sub_vec.init(n_sub);
87 in_vec.init(n_sub);
88 // in_vec.init(n_sub); // second call fails
99 m.init(4); // calls from external context
/gem5/src/python/pybind11/
H A Dcore.cc150 .def(py::init<>())
151 .def(py::init<Addr &, Addr &>())
152 .def(py::init<Addr, Addr, const std::vector<Addr> &, uint8_t>())
153 .def(py::init<const std::vector<AddrRange> &>())
154 .def(py::init<Addr, Addr, uint8_t, uint8_t, uint8_t, uint8_t>())
185 .def(py::init<>())
186 .def(py::init<const std::string &>())
190 .def(py::init<>())
191 .def(py::init<uint32_t>())
195 .def(py::init<>())
[all...]
/gem5/ext/pybind11/tests/test_embed/
H A Dexternal_module.cpp17 .def(py::init<int>())
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h13 .macro init; \
17 .macro init; \
22 .macro init; \
26 .macro init; \
31 .macro init; \
36 .macro init; \
41 .macro init; \
46 .macro init; \
109 .section .text.init; \
166 init; \
[all...]

Completed in 23 milliseconds

1234567891011>>