Searched refs:sys (Results 326 - 350 of 445) sorted by relevance

<<1112131415161718

/gem5/util/stats/
H A Dbarchart.py296 import random, sys
301 args = sys.argv[1:]
303 sys.exit("invalid number of arguments")
/gem5/src/cpu/kvm/
H A Dvm.cc45 #include <sys/ioctl.h>
46 #include <sys/stat.h>
47 #include <sys/types.h>
H A Dtimer.cc42 #include <sys/syscall.h>
/gem5/ext/googletest/googlemock/scripts/
H A Dgmock_doctor.py37 import sys
598 if sys.stdin.isatty():
604 msg = sys.stdin.read().strip()
/gem5/ext/googletest/googletest/test/
H A Dgtest_filter_unittest.py51 import sys
64 [sys.executable, '-c', 'import os; print(\'EMPTY_VAR\' in os.environ)'])
77 [sys.executable, '-c', 'import os; print(\'UNSET_VAR\' not in os.environ)'])
/gem5/src/dev/net/
H A Dethertap.cc38 #include <sys/param.h>
44 #include <sys/socket.h> // Has to be included before if.h for some reason.
55 #include <sys/ioctl.h>
H A Dtcp_iface.cc50 #include <sys/socket.h>
51 #include <sys/types.h>
/gem5/src/mem/
H A Dphysical.cc43 #include <sys/mman.h>
44 #include <sys/types.h>
45 #include <sys/user.h>
/gem5/ext/libelf/
H A Dlibelf_align.c27 #include <sys/types.h>
/gem5/src/base/loader/
H A Ddtb_object.cc33 #include <sys/mman.h>
/gem5/src/base/
H A Ddebug.cc33 #include <sys/types.h>
H A Dfiber.cc44 #include <sys/mman.h>
H A Doutput.cc50 #include <sys/stat.h>
51 #include <sys/types.h>
/gem5/src/cpu/
H A Dpc_event.hh145 void sched_break_pc_sys(System *sys, Addr addr);
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp32 #include <sys/stat.h>
33 #include <sys/time.h>
34 #include <sys/times.h>
35 #include <sys/types.h>
/gem5/src/dev/virtio/
H A Dfs9p.cc45 #include <sys/socket.h>
46 #include <sys/types.h>
47 #include <sys/un.h>
48 #include <sys/wait.h>
/gem5/src/dev/arm/
H A Dhdlcd.cc210 if (sys->bypassCaches()) {
504 if (sys->bypassCaches()) {
517 assert(sys->bypassCaches());
579 sys->name(), imgWriter->getImgExtension()),
/gem5/src/arch/alpha/
H A Dremote_gdb.cc122 #include <sys/signal.h>
H A Dsystem.cc34 #include <sys/signal.h>
/gem5/tests/configs/
H A Dgpu-randomtest-ruby.py40 import os, optparse, sys
H A Dpc-simple-timing-ruby.py29 import m5, os, optparse, sys
/gem5/src/kern/linux/
H A Dprintk.cc34 #include <sys/types.h>
/gem5/tests/testing/
H A Dresults.py46 import sys
149 def __init__(self, fout=sys.stdout, verbose=False):
/gem5/src/dev/
H A Ddma_device.hh118 System *const sys; member in class:DmaPort
209 unsigned int cacheBlockSize() const { return sys->cacheLineSize(); }
/gem5/src/mem/cache/prefetch/
H A Dbase.cc96 masterId(p->sys->getMasterId(this)), pageBytes(p->sys->getPageBytes()),

Completed in 37 milliseconds

<<1112131415161718