/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test14/ |
H A D | test14.cpp | 41 SC_THREAD(p1); 45 void p1() { function
|
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test1/ |
H A D | test1.cpp | 40 SC_MODULE( p1 ) 42 SC_HAS_PROCESS( p1 ); 50 p1(sc_module_name name, function 81 p1 Proc1("Proc1", a, b, clock, 10); 82 p1 Proc2("Proc2", b, a, clock, 129);
|
/gem5/src/cpu/pred/ |
H A D | multiperspective_perceptron.hh | 218 const int p1; member in struct:MultiperspectivePerceptron::HistorySpec 233 int _width, MultiperspectivePerceptron &_mpp) : p1(_p1), 373 void insertModhistSpec(int p1, int p2) { argument 374 int j = insert(modhist_indices, p1); 387 void insertModpathSpec(int p1, int p2) { argument 388 int j = insert(modpath_indices, p1); 485 GHIST(int p1, int p2, double coeff, int size, int width, argument 487 : HistorySpec(p1, p2, 0, coeff, size, width, mpp) 493 return hash(mpp.threadData[tid]->ghist_words, mpp.blockSize, p1, 536 ACYCLIC(int p1, in argument 584 MODHIST(int p1, int p2, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 628 RECENCY(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 670 IMLI(int p1, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 691 PATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 737 LOCAL(int p1, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 759 MODPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 786 GHISTPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 858 GHISTMODPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 890 BLURRYPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 936 RECENCYPOS(int p1, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument 977 SGHISTPATH(int p1, int p2, int p3, double coeff, int size, int width, MultiperspectivePerceptron &mpp) argument [all...] |
/gem5/src/cpu/kvm/ |
H A D | device.hh | 114 int ioctl(int request, long p1) const; 115 int ioctl(int request, void *p1) const { 116 return ioctl(request, (long)p1);
|
H A D | perfevent.hh | 336 * @param p1 Request parameter 341 int fcntl(int cmd, long p1); 342 int fcntl(int cmd, void *p1) { return fcntl(cmd, (long)p1); } argument 350 * @param p1 Optional request parameter 355 int ioctl(int request, long p1); 356 int ioctl(int request, void *p1) { return ioctl(request, (long)p1); } argument
|
H A D | vm.hh | 224 * @param p1 Optional request parameter 229 int ioctl(int request, long p1) const; 230 int ioctl(int request, void *p1) const { 231 return ioctl(request, (long)p1); 506 * @param p1 Optional request parameter 511 int ioctl(int request, long p1) const; 512 int ioctl(int request, void *p1) const { 513 return ioctl(request, (long)p1);
|
H A D | device.cc | 119 KvmDevice::ioctl(int request, long p1) const 123 return ::ioctl(fd, request, p1);
|
H A D | perfevent.cc | 218 PerfKvmCounter::fcntl(int cmd, long p1) argument 221 return ::fcntl(fd, cmd, p1); 225 PerfKvmCounter::ioctl(int request, long p1) argument 228 return ::ioctl(fd, request, p1);
|
H A D | vm.cc | 274 Kvm::ioctl(int request, long p1) const 278 return ::ioctl(kvmFD, request, p1); 577 KvmVM::ioctl(int request, long p1) const 581 return ::ioctl(vmFD, request, p1);
|
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test06/ |
H A D | test06.cpp | 58 void p1() { function 59 cerr << sc_time_stamp() << ":entering p1, spawning p2" << endl; 62 cerr << sc_time_stamp() << ":exiting p1" << endl; 66 cerr << sc_time_stamp() << ":entering p0, spawning p1" << endl; 67 sc_spawn(sc_bind(&p1));
|
/gem5/ext/googletest/googlemock/include/gmock/ |
H A D | gmock-generated-actions.h | 838 // ACTION_Pk(Foo, p1, ..., pk) { ... } 843 // FooActionPk<p1_type, ..., pk_type> Foo(p1_type p1, ..., pk_type pk) { ... } 849 // Foo(p1, ..., pk) to a variable of type FooActionPk<p1_type, ..., 903 // AND_n_VALUE_PARAMS(p1, ..., p_n)) { statements; } 1041 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) , \ 1042 typename p0##_type, typename p1##_type 1043 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ 1044 typename p0##_type, typename p1##_type, typename p2##_type 1045 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ 1046 typename p0##_type, typename p1##_typ [all...] |
H A D | gmock-generated-matchers.h | 1305 // MATCHER_Pk(Foo, p1, ..., pk, description_string) { ... } 1311 // Foo(p1_type p1, ..., pk_type pk) { ... } 1319 // is used. You can assign the result of expression Foo(p1, ..., pk) 1480 #define MATCHER_P2(name, p0, p1, description)\ 1481 template <typename p0##_type, typename p1##_type>\ 1487 gmock_Impl(p0##_type gmock_p0, p1##_type gmock_p1)\ 1488 : p0(gmock_p0), p1(gmock_p1) {}\ 1498 p1##_type p1;\ 1507 ::testing::tuple<p0##_type, p1##_typ [all...] |
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test2/ |
H A D | test2.cpp | 40 SC_MODULE( p1 ) 42 SC_HAS_PROCESS( p1 ); 50 p1(sc_module_name name, function 117 p1 Proc1("Proc1", a, b, clock, 10);
|
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test3/ |
H A D | test3.cpp | 40 SC_MODULE( p1 ) 42 SC_HAS_PROCESS( p1 ); 48 p1(sc_module_name name, function 107 p1 Proc1("Proc1", a, 10);
|
/gem5/src/systemc/tests/systemc/compliance_1666/test235b/ |
H A D | test235b.cpp | 11 sc_port<sc_signal_in_if<int>,1,SC_ONE_OR_MORE_BOUND> p1;
local 20 : p1("p1"),
30 sc_assert(p1.size() == 0);
52 m->p1(p0_unbound);
|
/gem5/ext/systemc/src/sysc/communication/ |
H A D | sc_event_queue.cpp | 35 sc_time_compare( const void* p1, const void* p2 ) argument 37 const sc_time* t1 = static_cast<const sc_time*>( p1 );
|
/gem5/src/systemc/tests/systemc/compliance_1666/test001/ |
H A D | test001.cpp | 72 SC_THREAD(p1);
77 void p1() { ch.write(333); }
function in struct:MyMod 178 sc_port<C1> p1;
local 196 sc_port<C1> p1;
local 213 p1->write(999);
221 int i; p1->read(i);
300 moda.p1(c1);
306 modb.p1(c1);
|
/gem5/ext/googletest/googlemock/test/ |
H A D | gmock_stress_test.cc | 108 linked_ptr<Derived1> p1(pointer1); 109 EXPECT_EQ(1, p1->x()); 110 EXPECT_EQ(2, p1->y()); 127 // p1 and p2 point to the same, shared thing. One thread resets p1. 130 linked_ptr<Derived1> p1(p0); 133 EXPECT_EQ(1, p1->x()); 134 EXPECT_EQ(2, p1->y()); 139 p1.reset();
|
/gem5/src/systemc/tests/systemc/compliance_1666/test235a/ |
H A D | test235a.cpp | 11 sc_port<sc_signal_in_if<int>,1,SC_ONE_OR_MORE_BOUND> p1;
local 35 : p1("p1"),
58 sc_assert(p1.size() == 1);
96 m->p1(sig1);
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/test1/ |
H A D | test1.cpp | 129 proc1 p1("P1", clock, c);
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/test2/ |
H A D | test2.cpp | 131 proc1 p1("P1", clock, c);
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/hshake1/ |
H A D | hshake1.cpp | 126 proc1 p1("P1", clock, c, a, d, b);
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/hshake2/ |
H A D | hshake2.cpp | 125 proc1 p1("P1", clock, c, a, d, b);
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/test3/ |
H A D | test3.cpp | 144 proc1 p1("P1", clock, c);
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/test4/ |
H A D | test4.cpp | 144 proc1 p1("P1", clock, c);
|