Searched refs:sys (Results 226 - 250 of 445) sorted by relevance

1234567891011>>

/gem5/ext/ply/doc/
H A Dmakedoc.py15 import sys
45 if len(sys.argv) != 2:
47 sys.exit(1)
49 filename = sys.argv[1]
/gem5/site_scons/site_tools/
H A Ddefault.py42 import sys
/gem5/src/dev/sparc/
H A Ddtod.cc36 #include <sys/time.h>
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dconfig.py32 import sys
/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test.py46 import sys
324 if sys.argv[1:] == [GENGOLDEN_FLAG]:
337 sys.stderr.write(message)
338 sys.exit(1)
/gem5/src/cpu/kvm/
H A Dperfevent.cc41 #include <sys/ioctl.h>
42 #include <sys/mman.h>
43 #include <sys/syscall.h>
44 #include <sys/types.h>
177 " in the file '/proc/sys/kernel/perf_event_paranoid'\n"
/gem5/src/dev/
H A Dio_device.cc51 : ClockedObject(p), sys(p->system), pioPort(this)
/gem5/ext/libelf/
H A Delf_strptr.c28 #include <sys/param.h>
30 #include <sys/sysmacros.h>
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh35 #include <sys/ptrace.h>
36 #include <sys/types.h>
/gem5/src/base/
H A Dsocket.cc35 #include <sys/socket.h>
36 #include <sys/types.h>
/gem5/src/sim/
H A Dinit_signals.cc46 #include <sys/types.h>
54 #include <sys/param.h>
H A Dpseudo_inst.cc289 System *sys = tc->getSystemPtr(); local
291 if (sys->numContexts() <= cpuid) {
293 "(%i)\n",cpuid, sys->numContexts());
297 ThreadContext *other_tc = sys->threadContexts[cpuid];
605 System *sys = tc->getSystemPtr(); local
606 const System::Params *params = sys->params();
616 sys->workItemBegin(threadid, workid);
624 uint64_t systemWorkBeginCount = sys->incWorkItemsBegin();
628 sys->markWorkItem(cpuId) >= params->work_cpus_ckpt_count) {
668 System *sys local
[all...]
/gem5/tests/configs/
H A Dswitcheroo.py140 sys.exit(0)
143 sys.exit(1)
/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test.py45 import sys
174 if sys.argv[1:] == [GENGOLDEN_FLAG]:
/gem5/configs/common/
H A DCpuConfig.py44 import sys
84 sys.exit(1)
/gem5/src/arch/hsail/
H A Dgen.py38 import sys, re
42 if len(sys.argv) != 4:
44 sys.exit(0)
910 header_code.write(sys.argv[1])
911 decoder_code.write(sys.argv[2])
912 exec_code.write(sys.argv[3])
/gem5/src/arch/alpha/
H A Dstacktrace.cc141 System *sys = tc->getSystemPtr(); local
147 bool kernel = sys->kernelStart <= pc && pc <= sys->kernelEnd;
159 SymbolTable *symtab = sys->kernelSymtab;
201 kernel = sys->kernelStart <= pc && pc <= sys->kernelEnd;
/gem5/configs/example/
H A Dfs.py48 import sys
75 sys.exit(1)
130 sys.exit(1)
279 sys.exit(1)
306 if '--ruby' in sys.argv:
313 sys.exit(1)
327 sys.exit(1)
360 sys.exit(1)
378 sys = getattr(root, sysname) variable
379 sys
[all...]
/gem5/src/dev/net/
H A Di8254xGBe.hh179 cpa->hwBegin((CPA::flags)flags, sys, macAddr, sm, st);
184 cpa->hwQ(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
189 cpa->hwDq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
194 cpa->hwPq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
199 cpa->hwRq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
204 cpa->hwWe(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
209 cpa->hwWf(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
/gem5/ext/pybind11/tests/
H A Dtest_builtin_casters.py100 import sys
101 byte = bytes if sys.version_info[0] < 3 else str
151 import sys
156 if sys.version_info < (3,):
178 if sys.version_info < (3,):
331 as the argument to sys.exit()). A C++ long long is always a Python
334 import sys
335 must_be_long = type(getattr(sys, 'maxint', 1) + 1)
H A Dtest_numpy_dtypes.py25 from sys import byteorder
39 from sys import byteorder
95 from sys import byteorder
212 from sys import byteorder
236 from sys import byteorder
253 from sys import byteorder
298 from sys import getrefcount
/gem5/util/batch/
H A Dbatch.py29 import os, popen2, re, sys
67 os.dup2(p2c_read, sys.stdin.fileno())
68 os.dup2(c2p_write, sys.stdout.fileno())
69 os.dup2(c2p_write, sys.stderr.fileno())
151 sys.exit(1)
/gem5/util/term/
H A Dterm.c31 #include <sys/socket.h>
32 #include <sys/termios.h>
33 #include <sys/time.h>
34 #include <sys/types.h>
35 #include <sys/un.h>
/gem5/src/arch/arm/linux/
H A Dsystem.cc350 LinuxArmSystem* sys = dynamic_cast<LinuxArmSystem *>(tc->getSystemPtr()); local
351 if (!sys) {
354 std::map<uint32_t, uint32_t>& taskMap = sys->taskMap;
357 sys->mapPid(tc, pid);
363 OutputStream* taskFile = sys->taskFile;
/gem5/configs/splash2/
H A Drun.py37 import sys
74 sys.exit(1)
78 sys.exit(1)
262 "or WaterSpatial", file=sys.stderr)
263 sys.exit(1)

Completed in 36 milliseconds

1234567891011>>