Searched refs:action (Results 1 - 25 of 83) sorted by relevance

1234

/gem5/configs/common/
H A DOptions.py84 parser.add_option("--sys-voltage", action="store", type="string",
88 parser.add_option("--sys-clock", action="store", type="string",
95 action="callback", callback=_listMemTypes,
104 parser.add_option("--mem-size", action="store", type="string",
107 parser.add_option("--enable-dram-powerdown", action="store_true",
111 parser.add_option("--memchecker", action="store_true")
118 parser.add_option("--caches", action="store_true")
119 parser.add_option("--l2cache", action="store_true")
134 parser.add_option("--ruby", action="store_true")
147 parser.add_option("-P", "--param", action
[all...]
H A DGPUTLBOptions.py58 parser.add_option("--L1AccessDistanceStat", action="store_true")
73 parser.add_option("--L2AccessDistanceStat", action="store_true")
86 parser.add_option("--L3AccessDistanceStat", action="store_true")
94 parser.add_option("--L1DisableCoalescing", action="store_true")
102 parser.add_option("--L2DisableCoalescing", action="store_true")
110 parser.add_option("--L3DisableCoalescing", action="store_true")
H A DHMC.py138 parser.add_argument("--xbar-width", default=32, action="store", type=int,
149 parser.add_argument("--xbar-frontend-latency", default=1, action="store",
154 parser.add_argument("--xbar-forward-latency", default=2, action="store",
159 parser.add_argument("--xbar-response-latency", default=2, action="store",
163 parser.add_argument("--number-mem-crossbar", default=4, action="store",
168 parser.add_argument("--num-links-controllers", default=4, action="store",
173 parser.add_argument("--link-buffer-size-req", default=10, action="store",
179 parser.add_argument("--link-buffer-size-rsp", default=10, action="store",
203 parser.add_argument("--link-ctrl-latency", default=4, action="store",
214 parser.add_argument("--num-lanes-per-link", default=16, action
[all...]
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py57 parser.add_argument("--dist", action="store_true", help="Distributed gem5"\
59 parser.add_argument("--is-switch", action="store_true",
62 parser.add_argument("--dist-rank", default=0, action="store", type=int,
64 parser.add_argument("--dist-size", default=0, action="store", type=int,
69 action="store", type=str,
74 action="store", type=int,
78 action="store", type=str,
84 action="store", type=str,
88 action="store", type=str,
91 action
[all...]
/gem5/configs/network/
H A DNetwork.py49 parser.add_option("--router-latency", action="store", type="int",
55 parser.add_option("--link-latency", action="store", type="int", default=1,
60 parser.add_option("--link-width-bits", action="store", type="int",
63 parser.add_option("--vcs-per-vnet", action="store", type="int", default=4,
66 parser.add_option("--routing-algorithm", action="store", type="int",
72 parser.add_option("--network-fault-model", action="store_true",
76 parser.add_option("--garnet-deadlock-threshold", action="store",
/gem5/src/systemc/tlm_utils/
H A Dconvenience_socket_bases.cc68 simple_socket_base::elaboration_check(const char *action) const
72 s << " elaboration completed, " << action << " not allowed"; local
/gem5/src/mem/slicc/symbols/
H A DStateMachine.py110 def addAction(self, action):
113 # Check for duplicate action
115 if action.ident == other.ident:
116 action.warning("Duplicate action definition: %s" % action.ident)
117 action.error("Duplicate action definition: %s" % action.ident)
118 if action
[all...]
H A DTransition.py56 for action in self.actions:
57 for var,value in action.resources.iteritems():
/gem5/src/mem/slicc/ast/
H A DTransitionDeclAST.py51 for action in self.actions:
52 if action not in machine.actions:
53 self.error("Invalid action: %s is not part of machine: %s" % \
54 (action, machine))
/gem5/tests/legacy-configs/
H A Drun.py71 action='store', variable
75 action='store', variable
79 action='append', variable
/gem5/src/python/m5/
H A Dmain.py80 option('-B', "--build-info", action="store_true", default=False,
82 option('-C', "--copyright", action="store_true", default=False,
84 option('-R', "--readme", action="store_true", default=False,
90 option('-r', "--redirect-stdout", action="store_true", default=False,
92 option('-e', "--redirect-stderr", action="store_true", default=False,
102 option("--listener-loopback-only", action="store_true", default=False,
105 option('-i', "--interactive", action="store_true", default=False,
107 option("--pdb", action="store_true", default=False,
109 option('-p', "--path", metavar="PATH[:PATH]", action='append', split=':',
111 option('-q', "--quiet", action
[all...]
/gem5/src/dev/arm/
H A Dsmmu_v3.cc235 SMMUAction action; local
240 action = proc->run(pkt);
242 switch (action.type) {
248 delay += masterTableWalkPort.sendAtomic(action.pkt);
249 pkt = action.pkt;
254 delay += masterPort.sendAtomic(action.pkt);
255 pkt = action.pkt;
265 delay += action.delay;
272 panic("Unknown action\n");
276 action
284 SMMUAction action = proc->run(pkt); local
[all...]
/gem5/src/mem/slicc/
H A Dmain.py64 parser.add_option("-d", "--debug", default=False, action="store_true",
70 parser.add_option("-F", "--print-files", action='store_true',
72 parser.add_option("--tb", "--traceback", action='store_true',
/gem5/ext/pybind11/pybind11/
H A D__main__.py27 parser.add_argument('--includes', action='store_true',
/gem5/util/
H A Dstyle.py102 parser.add_argument("--verbose", "-v", action="count",
105 parser.add_argument("--fix", "-f", action="store_true",
108 parser.add_argument("--modifications", "-m", action="store_true",
116 action="append", variable
H A Dregress40 add_option('-v', '--verbose', action='store_true', default=False,
70 add_option('-k', '--keep-going', action='store_true',
72 add_option('--update-ref', action='store_true',
76 add_option('-n', "--no-exec", default=False, action='store_true',
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/
H A Dconfig.py43 parser.add_argument('--word', action="append", default=[],
/gem5/src/dev/storage/
H A Dide_disk.cc632 DevAction_t action = ACT_NONE; local
647 action = ACT_CMD_COMPLETE;
660 action = ACT_CMD_COMPLETE;
668 action = ACT_DATA_READY;
685 action = ACT_DATA_READY;
702 action = ACT_DATA_READY;
722 action = ACT_DMA_READY;
729 if (action != ACT_NONE) {
737 updateState(action);
779 IdeDisk::updateState(DevAction_t action) argument
[all...]
/gem5/configs/boot/
H A Dbbench-ics.rcS26 am start -a android.intent.action.VIEW -d file:///data/bbench/index.html -t application/x-webarchive-xml
/gem5/src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test1/
H A Dtest1.cpp69 #define ACTION(action,descr) \
74 action ; \
/gem5/ext/mcpat/regression/
H A Dregression.py143 "-b", "--build", action = "store_true", default = False,
146 "-c", "--cleanup", action = "store_true", default = False,
149 "-f", "--force", action = "store_true", default = False,
152 "-m", "--maketest", action = "store_true", default = False,
155 "-v", "--verbose", action = "store_true", default = False,
/gem5/ext/testlib/
H A Dconfig.py454 action=StorePositionalTagsAction,
458 action=StorePositionalTagsAction,
462 action='append',
468 action='append',
474 action='append',
479 action='store',
484 action='store',
488 action='store',
493 action='store',
498 action
[all...]
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp47 Allocate user-defined action:
50 Note: We need to have at least usr1..usr6 action which are used in
80 // make sure we don't get the same usr action again and that it
109 sc_actions action = actions & 1<<n; local
110 if (action) {
112 switch(action) {
125 if (action == usr_actions[u]) {
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dconfig.py39 parser.add_argument('--word', action="append", default=[])
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h46 // Implements the Invoke(f) action. The template argument
70 // Implements the Invoke(object_ptr, &Class::Method) action.
111 // Creates an action that invokes 'function_impl' with the mock
120 // Creates an action that invokes the given method on the given object
131 // argument. In other words, it adapts an action accepting no
135 WithoutArgs(const InnerAction& action) { argument
136 return internal::WithArgsAction<InnerAction>(action);
139 // WithArg<k>(an_action) creates an action that passes the k-th
141 // it. It adapts an action accepting one argument to one that accepts
146 WithArg(const InnerAction& action) { argument
[all...]

Completed in 26 milliseconds

1234