Searched refs:sys (Results 376 - 400 of 445) sorted by relevance

<<1112131415161718

/gem5/configs/splash2/
H A Dcluster.py38 import sys
77 sys.exit(1)
/gem5/src/cpu/
H A DBaseCPU.py47 import sys
111 sys.exit(1)
/gem5/configs/common/
H A DSimulation.py45 import sys
392 sys.exit(code)
408 sys.exit(exit_event.getCode())
411 sys.exit(exit_event.getCode())
505 sys.exit(1)
508 sys.exit(1)
/gem5/src/sim/
H A Dsyscall_emul.cc35 #include <sys/syscall.h>
107 System *sys = tc->getSystemPtr(); local
117 for (int i = 0; last_thread && i < sys->numContexts(); i++) {
119 if (!(walk = sys->threadContexts[i]->getProcessPtr()))
131 if ((sys->threadContexts[i]->status() != ThreadContext::Halted) &&
132 (sys->threadContexts[i]->status() != ThreadContext::Halting) &&
154 sys->threadContexts[i]->halt();
177 sys->signalList.push_back(BasicSignal(tg_lead, parent, SIGCHLD));
198 for (auto &system: sys->systemList)
H A Dbyteswap.hh50 #include <sys/isa_defs.h>
/gem5/src/dev/arm/
H A Dvgic.cc61 assert(sys->numRunningContexts() <= VGIC_CPU_MAX);
419 assert(sys->numRunningContexts() <= VGIC_CPU_MAX);
420 for (int i = 0; i < sys->numRunningContexts(); i++) {
/gem5/configs/example/
H A Dread_config.py57 import sys
91 sys.stdout.flush()
537 args = parser.parse_args(sys.argv[1:])
/gem5/src/base/loader/
H A Delf_object.cc47 #include <sys/mman.h>
48 #include <sys/stat.h>
49 #include <sys/types.h>
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py39 import sys
40 sys.path.insert(0,"../..")
/gem5/src/dev/storage/
H A Ddisk_image.cc37 #include <sys/types.h>
38 #include <sys/uio.h>
H A Dide_atareg.h40 #include <sys/isa_defs.h>
/gem5/util/style/
H A Dverifiers.py52 import sys
471 inspect.getmembers(sys.modules[__name__], is_verifier) ]
H A Dsort_includes.py46 import sys
/gem5/ext/libelf/
H A Dlibelf.h32 #include <sys/types.h>
/gem5/ext/ply/example/ansic/
H A Dcparse.py7 import sys
/gem5/ext/ply/ply/
H A Dcpp.py179 print >>sys.stderr,"%s:%d %s" % (file,line,msg)
878 import sys
879 f = open(sys.argv[1])
883 p.parse(input,sys.argv[1])
/gem5/src/base/
H A Dtime.hh35 #include <sys/time.h>
/gem5/src/dev/
H A Dmc146818.cc35 #include <sys/time.h>
/gem5/src/dev/net/
H A Ddist_iface.hh519 static System *sys; member in class:DistIface
/gem5/src/dev/alpha/
H A Dtsunami_io.cc39 #include <sys/time.h>
H A Dtsunami_pchip.cc291 sys->physProxy.readBlob(pteAddr, &pteEntry,
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc44 // Symbian OpenC has PATH_MAX in sys/syslimits.h
45 # include <sys/syslimits.h>
/gem5/configs/dram/
H A Dlat_mem_rd.py99 sys.exit(1)
/gem5/ext/mcpat/regression/
H A Dverify_output.py47 import sys
/gem5/tests/testing/
H A Dunits.py47 import sys

Completed in 56 milliseconds

<<1112131415161718