Searched refs:Options (Results 1 - 21 of 21) sorted by relevance

/gem5/configs/dist/
H A Dsw.py43 from common import Options
70 Options.addCommonOptions(parser)
71 Options.addFSOptions(parser)
/gem5/tests/configs/
H A Dsimple-timing-ruby.py38 from common import Options
41 Options.addCommonOptions(parser)
H A Dsimple-timing-mp-ruby.py37 from common import Options
41 Options.addCommonOptions(parser)
H A Dmemtest-ruby.py39 from common import Options
42 Options.addCommonOptions(parser)
H A Drubytest-ruby.py40 from common import Options
43 Options.addNoISAOptions(parser)
H A Dgpu-randomtest-ruby.py45 from common import Options
48 Options.addCommonOptions(parser)
H A Dpc-simple-timing-ruby.py35 from common import Options
39 Options.addCommonOptions(parser)
H A Dgpu-ruby.py47 from common import Options
50 ########################## Script Options ########################
85 Options.addCommonOptions(parser)
86 Options.addSEOptions(parser)
H A Dbase_config.py46 from common import Options
158 Options.addCommonOptions(parser)
/gem5/configs/example/
H A Detrace_replay.py49 from common import Options
56 Options.addCommonOptions(parser)
H A Druby_direct_test.py42 from common import Options
51 Options.addNoISAOptions(parser)
H A Druby_random_test.py42 from common import Options
51 Options.addNoISAOptions(parser)
64 open(os.path.join(config_root, "common", "Options.py")).read(), \
65 os.path.join(config_root, "common", "Options.py"), 'exec'))
H A Druby_mem_test.py42 from common import Options
50 Options.addNoISAOptions(parser)
70 open(os.path.join(config_root, "common", "Options.py")).read(), \
71 os.path.join(config_root, "common", "Options.py"), 'exec'))
H A Druby_gpu_random_test.py45 from common import Options
54 Options.addNoISAOptions(parser)
81 open(os.path.join(config_root, "common", "Options.py")).read(), \
82 os.path.join(config_root, "common", "Options.py"), 'exec'))
H A Dgarnet_synth_traffic.py40 from common import Options
49 Options.addNoISAOptions(parser)
H A Dse.py61 from common import Options
123 Options.addCommonOptions(parser)
124 Options.addSEOptions(parser)
H A Dfs.py69 from common import Options
302 Options.addCommonOptions(parser)
303 Options.addFSOptions(parser)
H A Dapu_se.py50 from common import Options
54 ########################## Script Options ########################
76 Options.addCommonOptions(parser)
77 Options.addSEOptions(parser)
/gem5/util/maint/
H A Dcreate_patches.sh57 Options:
/gem5/util/stats/
H A Dstats.py411 class Options: pass class in inherits:
416 options = Options()
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h113 template <typename PlainObjectType, int Options, typename StrideType>
114 struct eigen_extract_stride<Eigen::Ref<PlainObjectType, Options, StrideType>> { using type = StrideType; };

Completed in 34 milliseconds