Searched refs:entry (Results 101 - 125 of 1230) sorted by relevance

1234567891011>>

/gem5/src/arch/sparc/
H A Dpagetable.hh52 uint64_t entry; member in class:SparcISA::TteTag
56 TteTag() : entry(0), populated(false) {}
57 TteTag(uint64_t e) : entry(e), populated(true) {}
63 entry = e;
67 bool valid() const { assert(populated); return !bits(entry,62,62); }
68 Addr va() const { assert(populated); return bits(entry,41,0); }
82 uint64_t entry; member in class:SparcISA::PageTableEntry
88 PageTableEntry() : entry(0), type(invalid), populated(false)
92 : entry(e), type(t), populated(true)
94 populate(entry, typ
236 uint64_t entry = 0; local
[all...]
/gem5/src/systemc/tests/systemc/misc/gnats/pr-25/
H A Dpr-25.cpp55 SC_CTHREAD( entry, clk.pos() );
57 void entry();
62 void t::entry() function in class:t
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.3/
H A Dclocks.h60 SC_CTHREAD( entry, clk.pos() );
63 void entry();
67 clk_pos::entry() function in class:clk_pos
91 SC_CTHREAD( entry, clk.neg() );
94 void entry();
98 clk_neg::entry() function in class:clk_neg
122 SC_CTHREAD( entry, clk.pos() );
125 void entry();
129 clk2_pos::entry() function in class:clk2_pos
153 SC_CTHREAD( entry, cl
160 clk2_neg::entry() function in class:clk2_neg
[all...]
/gem5/ext/dnet/
H A Droute.h15 * Routing table entry
24 typedef int (*route_handler)(const struct route_entry *entry, void *arg);
28 int route_add(route_t *r, const struct route_entry *entry);
29 int route_delete(route_t *r, const struct route_entry *entry);
30 int route_get(route_t *r, struct route_entry *entry);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_datatypes/
H A Ddisplay.cpp41 void display::entry(){ function in class:display
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_exit/
H A Ddisplay.cpp41 void display::entry(){ function in class:display
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_fsm/
H A Ddisplay.cpp41 void display::entry(){ function in class:display
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_datatypes/
H A Ddisplay.cpp41 void display::entry(){ function in class:display
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_exit/
H A Ddisplay.cpp41 void display::entry(){ function in class:display
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_fsm/
H A Ddisplay.cpp41 void display::entry(){ function in class:display
/gem5/src/systemc/tests/systemc/misc/gnats/pr-130/
H A Dpr-130.cpp54 SC_CTHREAD( entry, clk.pos() );
56 void entry();
73 SC_CTHREAD( entry, clk.pos() );
75 void entry();
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/pr476/
H A Dmonitor.cpp40 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test1/
H A Dmonitor.cpp40 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test2/
H A Dmonitor.cpp40 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test3/
H A Dmonitor.cpp40 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test4/
H A Dmonitor.cpp40 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test5/
H A Dmonitor.cpp40 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test6/
H A Dmonitor.cpp40 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dgetres.cpp43 void getres::entry() function in class:getres
52 } // end of entry function
/gem5/src/systemc/tests/systemc/misc/synth/concat/fncall/
H A Dmonitor.cpp41 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/synth/concat/lvalue/
H A Dmonitor.cpp41 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/synth/concat/rvalue/
H A Dmonitor.cpp41 void monitor::entry() function in class:monitor
/gem5/src/systemc/tests/systemc/misc/synth/directives/line_label/test1/
H A Dmonitor.cpp41 void monitor::entry() function in class:monitor
H A Dtest.cpp47 void test::entry() function in class:test
/gem5/src/systemc/tests/systemc/misc/synth/directives/line_label/test2/
H A Dmonitor.cpp41 void monitor::entry() function in class:monitor

Completed in 10 milliseconds

1234567891011>>