Searched refs:entry (Results 326 - 350 of 1230) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt3.2/
H A Dfsmr.h66 SC_CTHREAD( entry, clk.pos() );
74 void entry();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.1/
H A Dstage3.h62 SC_CTHREAD( entry, clk.pos() );
66 void entry();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.2/
H A Dstage3.h62 SC_CTHREAD( entry, clk.pos() );
66 void entry();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.4/
H A Dstage3.h62 SC_CTHREAD( entry, clk.pos() );
66 void entry();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt5.1/
H A Daccumulator.h65 SC_CTHREAD( entry, clk.pos() );
69 void entry();
H A Dtestbench.h62 SC_CTHREAD( entry, clk.pos() );
66 void entry();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/
H A Ddriver.h62 SC_CTHREAD( entry, clk.pos() );
66 void entry();
/gem5/src/systemc/tests/systemc/tracing/wif_trace/pct1/
H A Dmonitor.h58 SC_CTHREAD( entry, clk.pos() );
62 void entry();
H A Dtx.h59 SC_CTHREAD( entry, clk.pos() );
63 void entry();
/gem5/src/mem/cache/tags/indexing_policies/
H A Dset_associative.cc66 SetAssociative::regenerateAddr(const Addr tag, const ReplaceableEntry* entry)
69 return (tag << tagShift) | (entry->getSet() << setShift);
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py129 for entry in job_outputs:
134 if entry[1] < 0:
135 file.write("%-50s failed - signal = %d\n" % (entry[0], -1 * entry[1]))
136 elif entry[1] > 0:
137 file.write("%-50s failed - status = %d\n" % (entry[0], entry[1]))
139 file.write("%-50s passed\n" % (entry[0]))
/gem5/src/systemc/tests/systemc/misc/communication/channel/dataflow/
H A Ddataflow.cpp56 SC_THREAD( entry );
60 void entry();
63 void sawtooth::entry() function in class:sawtooth
90 SC_THREAD( entry );
94 void entry();
97 void delay::entry() function in class:delay
123 SC_THREAD( entry );
127 void entry();
130 void downsample::entry() function in class:downsample
156 SC_THREAD( entry );
163 void upsample::entry() function in class:upsample
194 void adder::entry() function in class:adder
[all...]
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc1/
H A Ddisaproc1.cpp63 SC_THREAD( entry );
66 void entry();
70 aproc1::entry() function in class:aproc1
98 SC_THREAD( entry );
101 void entry();
105 aproc2::entry() function in class:aproc2
157 SC_CTHREAD( entry, clk.pos() );
160 void entry();
164 sync1::entry() function in class:sync1
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc3/
H A Ddisaproc3.cpp63 SC_THREAD( entry );
67 void entry();
71 aproc1::entry() function in class:aproc1
99 SC_THREAD( entry );
103 void entry();
107 aproc2::entry() function in class:aproc2
163 SC_CTHREAD( entry, clk.pos() );
166 void entry();
170 sync1::entry() function in class:sync1
/gem5/ext/dnet/
H A Dintf.h15 * Interface entry
20 u_int intf_len; /* length of entry */
56 typedef int (*intf_handler)(const struct intf_entry *entry, void *arg);
60 int intf_get(intf_t *i, struct intf_entry *entry);
61 int intf_get_src(intf_t *i, struct intf_entry *entry, struct addr *src);
62 int intf_get_dst(intf_t *i, struct intf_entry *entry, struct addr *dst);
63 int intf_set(intf_t *i, const struct intf_entry *entry);
/gem5/src/arch/alpha/
H A Dev5.cc182 TlbEntry &entry = getDTBPtr(tc)->index(1); local
184 retval |= ((uint64_t)entry.ppn & ULL(0x7ffffff)) << 32;
185 retval |= ((uint64_t)entry.xre & ULL(0xf)) << 8;
186 retval |= ((uint64_t)entry.xwe & ULL(0xf)) << 12;
187 retval |= ((uint64_t)entry.fonr & ULL(0x1)) << 1;
188 retval |= ((uint64_t)entry.fonw & ULL(0x1))<< 2;
189 retval |= ((uint64_t)entry.asma & ULL(0x1)) << 4;
190 retval |= ((uint64_t)entry.asn & ULL(0x7f)) << 57;
401 struct TlbEntry entry; local
410 // construct PTE for new entry
425 struct TlbEntry entry; local
[all...]
/gem5/src/systemc/tests/systemc/misc/examples/parsing/
H A Dactiva.cpp59 SC_CTHREAD( entry, clk.pos() );
61 void entry();
64 void activa::entry() function in class:activa
/gem5/src/systemc/tests/systemc/misc/gnats/pr-134/
H A Dpr-134.cpp57 SC_CTHREAD( entry, clk.pos() );
59 void entry();
70 arst::entry() function in class:arst
/gem5/src/systemc/tests/systemc/misc/gnats/pr-233/
H A Dpr-233.cpp71 SC_CTHREAD( entry, clk.pos() );
73 void entry();
78 pr233::entry() function in class:pr233
/gem5/src/systemc/tests/systemc/misc/stars/star109678/
H A Dstar109678.cpp48 SC_CTHREAD(entry, clk.pos());
54 void entry();
59 void test::entry() { function in class:test
/gem5/src/systemc/tests/systemc/misc/synth/add_chain/
H A Dadd_chain.h70 SC_CTHREAD( entry, clk.pos() );
73 void entry();
84 ADD_CHAIN::entry() function in class:ADD_CHAIN
H A Dreset_stim.h70 SC_CTHREAD( entry, clk.neg() );
74 void entry();
79 RESET_STIM::entry() function in class:RESET_STIM
/gem5/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/
H A Ddata_gen.cpp70 SC_CTHREAD( entry, clk.neg() );
74 void entry();
79 DATA_GEN::entry() function in class:DATA_GEN
H A Ddisplay.cpp65 SC_METHOD( entry );
72 void entry();
77 DISPLAY::entry() function in class:DISPLAY
/gem5/src/systemc/tests/systemc/misc/synth/blast/blast1/
H A Dblast1.cpp65 SC_CTHREAD( entry, clk );
68 void entry();
72 array::entry() function in class:array

Completed in 22 milliseconds

<<11121314151617181920>>