Searched refs:action (Results 51 - 75 of 83) sorted by relevance

1234

/gem5/src/dev/arm/
H A Dgic_v3_its.cc1162 ItsAction action = proc->run(pkt); local
1164 switch (action.type) {
1166 action.pkt->pushSenderState(proc);
1169 dmaPort.sendTimingReq(action.pkt)) {
1172 packetsToRetry.push(action);
1184 panic("Unknown action\n");
1187 return action;
1193 ItsAction action; local
1198 action = proc->run(pkt);
1200 switch (action
[all...]
H A Dflash_device.cc47 * schedule an event at the tick where the action will finish. If a callback
162 * an event that uses the callback function on completion of the action.
166 Actions action)
195 if (action == ActionRead) {
286 * When a plane completes its action, this event is triggered. When a
293 DPRINTF(FlashDevice, "Plane action completed\n");
309 * To ensure that the follow-up action is executed correctly,
394 DPRINTF(FlashDevice, "Remap with erase action returns %d ticks\n",
406 FlashDevice::accessTimes(uint64_t block, Actions action) argument
410 switch(action) {
165 accessDevice(uint64_t address, uint32_t amount, Callback *event, Actions action) argument
[all...]
H A Dflash_device.hh130 /**Flash action function*/
132 Actions action);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc265 // When action 'a' is constructed, it makes a copy of the temporary
284 // Tests using WithArgs and with an action that takes 1 argument.
291 // Tests using WithArgs with an action that takes 2 arguments.
299 // Tests using WithArgs with an action that takes 3 arguments.
306 // Tests using WithArgs with an action that takes 4 arguments.
314 // Tests using WithArgs with an action that takes 5 arguments.
324 // Tests using WithArgs with an action that takes 6 arguments.
332 // Tests using WithArgs with an action that takes 7 arguments.
341 // Tests using WithArgs with an action that takes 8 arguments.
350 // Tests using WithArgs with an action tha
459 Action<int(int*, int*, char*, char*)> action = // NOLINT local
476 Action<int(int*, int*, char*, char*, char*)> action = // NOLINT local
495 Action<int(int*, int*, char*, char*, char*, char*)> action = // NOLINT local
517 char*)> action = local
541 char*, char*)> action = local
568 char*, char*, char*)> action = local
[all...]
H A Dgmock-actions_test.cc387 Action<MyGlobalFunction> action = MakeAction(new MyActionImpl); local
394 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
400 Action<MyGlobalFunction> action(new MyActionImpl);
405 const Action<MyGlobalFunction> action(new MyActionImpl);
407 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
408 EXPECT_EQ(0, action.Perform(make_tuple(false, 1)));
420 // a2 should work like the action it was copied from.
430 // a2 should work like the action it was copied from.
461 // Implements a polymorphic action that returns the second of the
466 // polymorphic action whos
[all...]
/gem5/util/
H A Dgem5img.py186 self.addOption('-d', '--debug', dest='debug', action='store_true',
208 initCom.addOption('-t', '--type', dest='fstype', action='store',
313 formatCom.addOption('-t', '--type', dest='fstype', action='store',
/gem5/configs/ruby/
H A DMOESI_hammer.py49 parser.add_option("--allow-atomic-migration", action="store_true",
51 parser.add_option("--pf-on", action="store_true",
53 parser.add_option("--dir-on", action="store_true",
H A DGPU_VIPER_Region.py397 parser.add_option("--no-resource-stalls", action="store_false",
399 parser.add_option("--no-tcc-resource-stalls", action="store_false",
411 parser.add_option("--WB_L1", action="store_true",
413 parser.add_option("--WB_L2", action="store_true",
439 action="store_true", default=False)
441 action="store_true", default=False)
443 action="store_true", default=False)
444 parser.add_option("--use-L3-on-WT", action="store_true", default=False)
H A DGPU_VIPER_Baseline.py336 parser.add_option("--no-resource-stalls", action = "store_false",
338 parser.add_option("--no-tcc-resource-stalls", action = "store_false",
352 parser.add_option("--use-L3-on-WT", action = "store_true", default = False)
353 parser.add_option("--nonInclusiveDir", action = "store_true",
355 parser.add_option("--WB_L1", action = "store_true",
357 parser.add_option("--WB_L2", action = "store_true",
372 parser.add_option("--noL1", action = "store_true", default = False,
374 parser.add_option("--noL2", action = "store_true", default = False,
H A DMOESI_CMP_token.py48 parser.add_option("--disable-dyn-timeouts", action="store_true",
50 parser.add_option("--allow-atomic-migration", action="store_true",
H A DGPU_VIPER.py362 parser.add_option("--no-resource-stalls", action = "store_false",
364 parser.add_option("--no-tcc-resource-stalls", action = "store_false",
366 parser.add_option("--use-L3-on-WT", action = "store_true", default = False)
375 parser.add_option("--WB_L1", action = "store_true", default = False,
377 parser.add_option("--WB_L2", action = "store_true", default = False,
391 parser.add_option("--noL1", action = "store_true", default = False,
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py172 parser.add_argument("--disk", action="append", type=str, default=[],
185 parser.add_argument("--caches", action="store_true", default=False,
196 parser.add_argument("-P", "--param", action="append", default=[],
H A Dstarter_se.py203 parser.add_argument("--mem-size", action="store", type=str,
/gem5/util/plot_dram/
H A Dlowp_dram_sweep_plot.py63 parser.add_argument("--pdf", action='store_true', help="output Latex and pdf")
/gem5/src/sim/
H A Deventq.cc223 // handle action
384 Event::trace(const char *action) argument
395 DPRINTFN("%s event %s @ %d\n", description(), action, when());
/gem5/configs/dram/
H A Dlat_mem_rd.py89 parser.add_option("--mem-size", action="store", type="string",
92 parser.add_option("--reuse-trace", action="store_true",
/gem5/configs/splash2/
H A Drun.py48 parser.add_option("-d", "--detailed", action="store_true")
49 parser.add_option("-t", "--timing", action="store_true")
H A Dcluster.py49 parser.add_option("-d", "--detailed", action="store_true")
50 parser.add_option("-t", "--timing", action="store_true")
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h55 // To implement an action Foo, define:
82 "Default action undefined for the function return type.");
161 // There's no need for a default action for signed wchar_t, as that
164 // There's also no need for a default action for unsigned wchar_t, as
325 // Implement this interface to define an action for function type F.
335 // Performs the action. This method is not const, as in general an
336 // action can have side effects and be stateful. For example, a
337 // get-the-next-element-from-the-collection action will need to
346 // object that represents an action to be taken when a mock function
352 // concrete action (includin
369 Action(const Action& action) argument
892 IgnoreResultAction(const A& action) argument
919 Impl(const A& action) argument
[all...]
H A Dgmock-generated-actions.h457 // Implements the WithArgs action.
463 explicit WithArgsAction(const InnerAction& action) : action_(action) {} argument
475 explicit Impl(const InnerAction& action) : action_(action) {} argument
495 // defines an action that can be used in a mock function. Typically,
497 // function. For example, if such an action only uses the second
501 // Therefore, the action implementation must be prepared to take more
618 // WithArgs<N1, N2, ..., Nk>(an_action) creates an action that passes
625 WithArgs(const InnerAction& action) { argument
631 WithArgs(const InnerAction& action) argument
637 WithArgs(const InnerAction& action) argument
643 WithArgs(const InnerAction& action) argument
649 WithArgs(const InnerAction& action) argument
655 WithArgs(const InnerAction& action) argument
662 WithArgs(const InnerAction& action) argument
670 WithArgs(const InnerAction& action) argument
678 WithArgs(const InnerAction& action) argument
687 WithArgs(const InnerAction& action) argument
[all...]
/gem5/src/dev/storage/
H A Dide_disk.hh337 void updateState(DevAction_t action);
/gem5/configs/example/
H A Druby_mem_test.py61 parser.add_option("--suppress-func-warnings", action="store_true",
/gem5/src/python/m5/util/
H A Dgrammar.py107 'action' : self.yacc.action,
/gem5/src/systemc/tests/
H A Dverify.py406 result_opts.add_argument('--result-file', action='store_true',
410 parser.add_argument('--no-print-results', action='store_true',
506 parser.add_argument('--update-json', action='store_true',
513 parser.add_argument('--list', action='store_true',
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h238 void print_constr_details(T *inst, const std::string &action, Output &&...output) { argument
239 py::print("###", py::type_id<T>(), "@", format_ptrs(inst), action,

Completed in 57 milliseconds

1234