Searched refs:sys (Results 401 - 425 of 445) sorted by relevance

<<1112131415161718

/gem5/src/python/m5/
H A Dsimulate.py47 import sys
/gem5/src/arch/arm/
H A Dremote_gdb.cc137 #include <sys/signal.h>
H A Dsemihosting.cc257 System *sys = tc->getSystemPtr(); local
259 sys->getSystemPort(),
260 sys->cacheLineSize()));
H A Dtlb.cc85 const ArmSystem *sys = dynamic_cast<const ArmSystem *>(p->sys); local
94 if (sys)
95 m5opRange = sys->m5opRange();
/gem5/ext/pybind11/tests/
H A Dtest_class.py241 from sys import getrefcount
H A Dtest_numpy_array.py91 from sys import byteorder
441 from sys import getrefcount
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc35 #include <sys/mman.h>
36 #include <sys/param.h>
37 #include <sys/syscall.h>
38 #include <sys/sysctl.h>
39 #include <sys/types.h>
/gem5/src/sim/
H A Dsyscall_emul.hh63 #include <sys/eventfd.h>
64 #include <sys/statfs.h>
67 #include <sys/mount.h>
72 #include <sys/fcntl.h>
78 #include <sys/ioctl.h>
79 #include <sys/mman.h>
80 #include <sys/socket.h>
81 #include <sys/stat.h>
82 #include <sys/time.h>
83 #include <sys/type
2346 System *sys = tc->getSystemPtr(); local
[all...]
/gem5/src/systemc/tests/
H A Dverify.py43 import sys
547 main_args, phases = collect_phases(sys.argv)
/gem5/src/mem/slicc/
H A Dparser.py33 import sys
54 sys.exit(str(e))
/gem5/src/arch/x86/
H A Dinterrupts.cc489 int numContexts = sys->numContexts();
549 intMasterPort.sendMessage(apics, message, sys->isTimingMode());
H A Dremote_gdb.cc45 #include <sys/signal.h>
/gem5/src/mem/ruby/structures/
H A DPrefetcher.cc50 m_page_shift(p->sys->getPageShift())
/gem5/src/dev/arm/
H A Dgic_v2.hh302 assert(ctx < sys->numRunningContexts());
/gem5/tests/configs/
H A Dgpu-ruby.py42 import os, optparse, sys, math, glob
/gem5/util/
H A Dgem5img.py12 from sys import exit, argv
/gem5/ext/libelf/
H A Delf_update.c28 #include <sys/mman.h>
29 #include <sys/param.h>
31 #include <sys/sysmacros.h>
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc43 # include <sys/stat.h>
58 # include <sys/procfs.h>
63 # include <sys/types.h>
H A Dgtest.cc67 # include <sys/mman.h> // NOLINT
68 # include <sys/time.h> // NOLINT
74 # include <sys/time.h> // NOLINT
78 # include <sys/time.h> // NOLINT
91 # include <sys/timeb.h> // NOLINT
92 # include <sys/types.h> // NOLINT
93 # include <sys/stat.h> // NOLINT
103 # include <sys/time.h> // NOLINT
120 # include <sys/time.h> // NOLINT
132 # include <sys/socke
[all...]
/gem5/src/dev/net/
H A Di8254xGBe.cc2266 assert(sys->numSystemsRunning <= 2);
2268 if (sys->systemList[0] == sys)
2269 other_sys = sys->systemList[1];
2271 other_sys = sys->systemList[0];
2273 cpa->hwDq(CPA::FL_NONE, sys, macAddr, "RXQ", "WireQ", 0, other_sys);
2275 cpa->hwWe(CPA::FL_NONE, sys, macAddr, "RXQ", "WireQ", 0, other_sys);
/gem5/src/arch/
H A Disa_parser.py44 import sys
365 sys.exit("Didn't find '('!")
2044 traceback.print_exc(file=sys.stdout)
2719 sys.exit(1)
2724 ISAParser(sys.argv[2]).parse_isa_desc(sys.argv[1])
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.cc31 #include <sys/ptrace.h>
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py42 import sys
701 sys.stderr.write('Got %s in %s @ %s %s\n' %
1685 sys.stderr.write('Unable to find: %s\n' % filename)
1733 main(sys.argv)
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtestall.py402 from sys import argv
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py70 sys = Param.System(Parent.any, "System this prefetcher belongs to") variable in class:BasePrefetcher

Completed in 91 milliseconds

<<1112131415161718