Searched refs:action (Results 26 - 50 of 83) sorted by relevance

1234

/gem5/configs/example/
H A Dhmctest.py21 parser.add_argument("--external-memory-system", default=0, action="store",
24 parser.add_argument("--tlm-memory", action="store_true", help="use\
29 parser.add_argument("--elastic-trace-en", action="store_true",
34 parser.add_argument("--num-tgen", default=4, action="store", type=int,
H A Dmemcheck.py54 parser.add_option("-a", "--atomic", action="store_true",
56 parser.add_option("-b", "--blocking", action="store_true",
61 parser.add_option("-p", "--prefetchers", action="store_true",
63 parser.add_option("-s", "--stridepref", action="store_true",
104 parser.add_option("-r", "--random", action="store_true",
106 parser.add_option("--sys-clock", action="store", type="string",
H A Dmemtest.py62 parser.add_option("-a", "--atomic", action="store_true",
64 parser.add_option("-b", "--blocking", action="store_true",
87 parser.add_option("--noncoherent-cache", action="store_true",
101 parser.add_option("-r", "--random", action="store_true",
107 parser.add_option("--sys-clock", action="store", type="string",
H A Dapu_se.py79 parser.add_option("--cpu-only-mode", action="store_true", default=False,
126 parser.add_option("--cpu-voltage", action="store", type="string",
129 parser.add_option("--gpu-voltage", action="store", type="string",
134 parser.add_option("--xact-cas-mode", action="store_true",
136 parser.add_option("--SegFaultDebug",action="store_true",
138 parser.add_option("--FunctionalTLB",action="store_true",
140 parser.add_option("--LocalMemBarrier",action="store_true",
142 parser.add_option("--countPages", action="store_true",
153 parser.add_option('--fast-forward-pseudo-op', action='store_true',
157 parser.add_option('--outOfOrderDataDelivery', action
[all...]
/gem5/src/systemc/ext/tlm_utils/
H A Dconvenience_socket_bases.h53 void elaboration_check(const char *action) const;
/gem5/util/
H A Dcompile139 add_option(tname, action="store_true", default=default, help=thelp)
140 add_option(fname, action="store_false", dest=dest, help=fhelp)
142 add_option('-n', '--no-compile', default=False, action='store_true',
144 add_option('--everything', default=False, action='store_true',
146 add_option('-E', "--experimental", action='store_true', default=False,
148 add_option('-v', "--verbose", default=False, action='store_true',
156 add_option('-a', "--all-bin", default=False, action='store_true',
163 add_option('-i', "--all-isa", default=False, action='store_true',
H A Dcheckpoint_aggregator.py151 parser.add_argument("-o", "--output-dir", action="store",
153 parser.add_argument("-c", "--no-compress", action="store_true")
155 parser.add_argument("--memory-size", action="store", type=int)
H A Dcpt_upgrader.py267 parser.add_option("-r", "--recurse", action="store_true",
270 parser.add_option("-N", "--no-backup", action="store_false",
273 parser.add_option("-v", "--verbose", action="store_true",
275 parser.add_option("--get-cc-file", action="store_true",
H A Dgit-pre-commit.py54 parser.add_argument("--verbose", "-v", action="store_true",
H A Do3-pipeview.py332 action='store_true', default=False,
340 action='store_true', default=False,
344 action='store_true', default=False,
348 action='store_true', default=False,
H A Dminorview.py70 parser.add_argument('--mini-views', action='store_true', default=False,
/gem5/src/mem/slicc/ast/
H A DActionDeclAST.py79 action = Action(self.symtab, self.ident, resources, self.location,
81 machine.addAction(action)
/gem5/util/tlm/
H A DSConstruct80 AddOption('--no-colors', dest='use_colors', action='store_false',
/gem5/util/style/
H A Drepo.py130 for action, fname in self.status(filter="MA", cached=True):
131 if action == "M":
133 elif action == "A":
220 for action, fname in self.status():
221 if action == "M":
223 elif action == "A":
/gem5/tests/
H A Dtests.py68 parser.add_argument("--no-junit-xlate-names", action="store_true",
121 action="append", type=str,
170 parser.add_argument("--skip-diff-out", action="store_true",
173 parser.add_argument("--skip-diff-stat", action="store_true",
335 parser.add_argument("--verbose", action="store_true",
/gem5/util/maint/
H A Dlist_changes.py171 parser.add_argument("--show-unknown", action="store_true",
173 parser.add_argument("--show-common", action="store_true",
175 parser.add_argument("--deep-search", action="store_true",
/gem5/tests/configs/
H A Dgpu-ruby.py126 parser.add_option("--cpu-voltage", action="store", type="string",
129 parser.add_option("--gpu-voltage", action="store", type="string",
134 parser.add_option("--xact-cas-mode", action="store_true",
136 parser.add_option("--SegFaultDebug",action="store_true",
138 parser.add_option("--LocalMemBarrier",action="store_true",
140 parser.add_option("--countPages", action="store_true",
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp93 SC_THREAD(action);
95 void action() { function in struct:C0
96 sc_assert(std::string(sc_get_current_process_handle().get_process_object()->basename()) == "action");
251 SC_METHOD(action);
258 void action() { op = sc_min(3, (*pp).read() + 1); } function
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h36 // A user can use the ON_CALL() macro to specify the default action of
41 // .WillByDefault(action);
53 // .WillOnce(action)
54 // .WillRepeatedly(action)
145 // Performs the default action with the given arguments and returns
146 // the action's result. The call description string will be used in
148 // action fails.
154 // Performs the given action with the given arguments and returns
155 // the action's result.
171 // untyped_action is set to point to the action tha
[all...]
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py393 parser.add_option("-y", "--assume_yes", action="store_true",
398 group.add_option("-q", "--quiet", action="store_const", const=0,
400 group.add_option("-v", "--verbose", action="store_const", const=2,
403 group.add_option("--noisy", action="store_const", const=3,
407 group.add_option("-s", "--server", action="store", dest="server",
412 group.add_option("-e", "--email", action="store", dest="email",
415 group.add_option("-H", "--host", action="store", dest="host",
418 group.add_option("--no_cookies", action="store_false",
423 group.add_option("-d", "--description", action="store", dest="description",
426 group.add_option("-f", "--description_file", action
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py393 parser.add_option("-y", "--assume_yes", action="store_true",
398 group.add_option("-q", "--quiet", action="store_const", const=0,
400 group.add_option("-v", "--verbose", action="store_const", const=2,
403 group.add_option("--noisy", action="store_const", const=3,
407 group.add_option("-s", "--server", action="store", dest="server",
412 group.add_option("-e", "--email", action="store", dest="email",
415 group.add_option("-H", "--host", action="store", dest="host",
418 group.add_option("--no_cookies", action="store_false",
423 group.add_option("-d", "--description", action="store", dest="description",
426 group.add_option("-f", "--description_file", action
[all...]
/gem5/configs/example/arm/
H A Dstarter_fs.py223 parser.add_argument("--mem-size", action="store", type=str,
226 parser.add_argument("--checkpoint", action="store_true")
/gem5/src/python/m5/
H A Doptions.py74 # if action=split, but allows the option arguments
77 if kwargs.get('action', None) == 'append' and 'split' in kwargs:
81 kwargs['action'] = 'callback'
105 topt = self.add_option(tname, action="store_true", default=default,
107 fopt = self.add_option(fname, action="store_false", dest=dest,
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py74 action = 'store_true') variable
/gem5/configs/ruby/
H A DRuby.py62 parser.add_option("--ruby-clock", action="store", type="string",
66 parser.add_option("--access-backing-store", action="store_true", default=False,
70 parser.add_option("--ports", action="store", type="int", default=4,

Completed in 33 milliseconds

1234