Searched refs:count (Results 26 - 50 of 207) sorted by relevance

123456789

/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp65 count = 0;
74 int count; member in struct:Top
97 count = 1;
101 count = 2;
108 count = 3;
114 count = 4;
119 count = 5;
123 count = 6;
129 count = 7;
133 count
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp64 count = 0;
72 int count; member in struct:Top
80 count = 1;
83 count = 2;
107 count = 6;
125 count = 7;
143 count = 8;
151 count = 9;
166 count = 9;
171 count
[all...]
/gem5/src/systemc/tests/systemc/tmp/others/priority_bug/
H A Dpriority_bug.cpp18 int count; member in struct:M4
42 count = 0;
46 cout << "Target awoke at " << sc_time_stamp() << " count = " << count << endl;
47 ++count;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/recursive_kill_bug/
H A Drecursive_kill_bug.cpp51 count = 0;
72 int count; member in struct:Top
78 count = 0;
81 count = 1;
95 sc_assert( count == 0 );
101 sc_assert( count == 1 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp63 count = 1;
73 int count; member in struct:M2
93 count = 1;
97 count = 2;
104 count = 3;
108 count = 4;
115 count = 5;
122 count = 6;
128 count = 7;
134 count
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp56 count = 0;
64 int count; member in struct:Top
74 count = 1;
79 count = 2;
83 count = 3;
88 count = 4;
92 count = 5;
96 count = 6;
100 count = 7;
104 count
[all...]
/gem5/include/gem5/
H A Dm5ops.h75 void m5a_q(const void *id, char *q, int count);
76 void m5a_dq(const void *id, char *q, int count);
77 void m5a_wf(const void *id, char *q, char *sm, int count);
78 void m5a_we(const void *id, char *q, char *sm, int count);
80 void m5a_sq(const void *id, char *q, int count, int flags);
81 void m5a_aq(const void *id, char *q, int count);
82 void m5a_pq(const void *id, char *q, int count);
/gem5/util/ccdrv/
H A Ddevtime.c52 static int count = 0; variable
79 for (x = 0; x < count; x++) {
88 for (x = 0; x < count; x++) {
96 if (dataAddr != 0 && count != 0) {
105 times = kmalloc(sizeof(uint32_t) * count, GFP_USER);
112 printk("Preparing to read %#llx %d times.\n", addr, count);
115 for (x = 0; x < count; x++) {
128 for (x = 0; x < count; x++) {
194 module_param(count, int, 0);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/child_proc_control/
H A Dchild_proc_control.cpp44 : count(0)
69 int count; member in struct:Top
83 count = 1;
87 count = 2;
91 count = 3;
95 count = 4;
99 count = 5;
103 count = 6;
107 count = 7;
158 switch(count)
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp48 : count(0)
85 int count; member in struct:Top
97 count = 1;
101 count = 2;
106 count = 3;
111 count = 4;
115 count = 5;
120 count = 6;
134 switch(count)
145 switch(count)
[all...]
/gem5/src/systemc/tests/systemc/misc/stars/star110089/
H A Dstar110089.cpp123 sc_in<int> count; local
143 int lp_write_buf_f(unsigned int minor, pchar_t buf, int count);
168 invalid_read = user_addr < buf || user_addr >= buf + count;
181 unsigned res = lp_write_buf_f(minor, buf, count);
224 unsigned long count)
226 for ( ; count > 0 ; count--)
269 /* Write count bytes starting at buf in user space to the parallel port
273 pchar_t buf, int count)
313 copy_size = (count <
223 copy_from_user(pchar_t src, pchar_t dest, unsigned long count) argument
272 lp_write_buf_f(unsigned int minor, pchar_t buf, int count) argument
[all...]
/gem5/src/systemc/utils/
H A Dreport.hh48 actions(sc_core::SC_UNSPECIFIED), count(0), limit(-1),
59 if ((limit != -1 && limit >= count) ||
66 int count; member in struct:sc_gem5::ReportMsgInfo
79 actions(actions), count(0), limit(-1)
85 if (limit != -1 && limit >= count)
90 int count; member in struct:sc_gem5::ReportSevInfo
/gem5/src/cpu/
H A Dprofile.cc46 : count(0)
53 ccprintf(os, "%#x %s %d ", id, symbol, count);
82 count = 0;
130 Counter count = i->second; local
134 ccprintf(os, "user %d\n", count);
136 ccprintf(os, "%s %d\n", symbol, count);
138 ccprintf(os, "%#x %d\n", pc, count);
148 node->count++;
H A DFuncUnit.py73 count = Param.Int("number of these FU's available") variable in class:FUDesc
H A Dactivity.cc59 // want to increment the count any more.
94 // Increment the activity count if this stage wasn't already active.
111 // Decrement the activity count if this stage was active.
149 cprintf("Activity count: %i\n", activityCount);
155 int count = 0; local
158 count++;
164 count++;
168 assert(count == activityCount);
/gem5/src/systemc/tests/systemc/misc/stars/star114477/
H A Ddesign.h43 sc_in<int> count; member in struct:fun
71 if (count%3==0) {
/gem5/src/systemc/tests/systemc/compliance_1666/test219/
H A Dtest219.cpp15 Prim() : count(0) {}
25 ++ count;
29 int count; member in struct:Prim
73 sc_assert(top.m->prim.count == 1);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/kill_reset/
H A Dkill_reset.cpp69 int count; member in struct:M3
87 sc_assert( count == 1 );
102 sc_assert( count == 1 );
108 sc_assert( count == 2 );
112 sc_assert( count == 0 );
116 sc_assert( count == 1 );
140 count = 0;
146 ++count;
151 if (count == 2)
153 else if (count
[all...]
/gem5/src/dev/arm/
H A Dufs_device.cc191 for (uint8_t count = 0; count < 9; count++)
192 scsi_out.message.dataMsg[count] =
193 (reinterpret_cast<uint32_t*> (&lunInfo))[count];
337 for (uint8_t count = 0; count < lunAvail; count++) {
338 //LUN "count"
339 scsi_out.message.dataMsg[2 + 2 * count]
1236 int count = 0; local
1618 uint32_t count = 0; local
1755 uint8_t count = 0; local
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp43 : count(0)
103 int count; member in struct:Top
122 count = 1;
126 count = 2;
130 count = 3;
134 count = 4;
138 count = 5;
142 count = 6;
146 count = 7;
150 count
[all...]
/gem5/src/base/
H A Dtrace.hh169 #define DDUMP(x, data, count) do { \
172 Trace::getDebugLogger()->dump(curTick(), name(), data, count); \
199 #define DDUMPN(data, count) do { \
200 Trace::getDebugLogger()->dump(curTick(), name(), data, count); \
214 #define DDUMP(x, data, count) do {} while (0)
218 #define DDUMPN(data, count) do {} while (0)
/gem5/util/
H A Dmemtest-soak.py49 # of ticks. Both the iteration count and the ticks for each run can be
52 parser.add_option('-c', '--count', type='int', default=100)
63 for i in range(options.count):
H A Doprofile-top.py75 (count, percent, app, sym) = line.split()
76 #total += int(count)
79 total += int(count)
80 prof[cat] = prof.get(cat,0) + int(count)
/gem5/src/base/filters/
H A Dbase.hh143 int count = 0; local
145 count += entry;
147 return count;
H A Dmulti_bit_sel_bloom_filter.cc68 int count = 0; local
70 count += filter[hash(addr, i)];
72 return count;

Completed in 28 milliseconds

123456789