Searched refs:sys (Results 351 - 375 of 445) sorted by relevance

<<1112131415161718

/gem5/src/dev/serial/
H A Dterminal.cc48 #include <sys/ioctl.h>
54 #include <sys/termios.h>
/gem5/ext/pybind11/tests/
H A Dtest_stl_binders.py2 import sys
75 if sys.version_info.major > 2:
H A Dtest_pytypes.py3 import sys
98 "bytes" if sys.version_info[0] == 3 else "str"
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py4 import sys
227 sys.stdout.write(out)
230 sys.stdout.write("\n")
231 if end == ',': sys.stdout.write(" "*(15-(len(out) % 15)))
232 if end == ';': sys.stdout.write(" "*(3-(len(out) % 3)))
/gem5/src/python/m5/util/
H A Djobfile.py32 import sys
410 # Can't find filename in the current path, search sys.path
412 for path in sys.path:
427 usage = 'Usage: %s [-b] [-c] [-v]' % sys.argv[0]
433 opts, args = getopt.getopt(sys.argv[1:], '-bcv')
435 sys.exit(usage)
/gem5/util/streamline/
H A Dm5stats2streamline.py62 import re, sys, os
116 sys.exit(1)
143 sys.exit(1)
386 sys.exit(1)
591 sys.exit(1)
703 sys.exit(1)
821 sys.exit(1)
889 sys.exit(1)
1210 sys.exit(1)
1242 sys
[all...]
/gem5/util/tap/
H A Dtap.cc43 #include <sys/ioctl.h>
44 #include <sys/socket.h>
45 #include <sys/types.h>
/gem5/ext/testlib/
H A Dhandlers.py39 import sys
306 print(record.data['buffer'], file=sys.stderr, end='')
310 print(record.data['buffer'], file=sys.stdout, end='')
/gem5/src/mem/
H A Dabstract_mem.cc307 tracePacket(System *sys, const char *label, PacketPtr pkt) argument
313 "%#x %c\n", label, sys->getMasterName(pkt->req->masterId()),
320 label, sys->getMasterName(pkt->req->masterId()),
/gem5/src/sim/
H A Dsystem.cc485 System *sys = *i;
486 cerr << "System " << sys->name() << ": " << hex << sys << endl;
/gem5/system/alpha/console/
H A Dprintf.c30 #include <sys/types.h>
/gem5/util/
H A Dcheckpoint_aggregator.py35 import sys, re, os
/gem5/src/dev/pci/
H A Dpcireg.h51 #include <sys/types.h>
/gem5/ext/sst/tests/
H A Dtest6_arm_4c.py39 import sys
/gem5/src/arch/sparc/
H A Dremote_gdb.cc124 #include <sys/signal.h>
/gem5/src/base/vnc/
H A Dvncserver.cc45 #include <sys/ioctl.h>
46 #include <sys/stat.h>
52 #include <sys/termios.h>
59 #include <sys/types.h>
/gem5/configs/example/
H A Dhmctest.py5 import sys
/gem5/configs/common/
H A DGPUTLBConfig.py93 sys.exit(1)
/gem5/configs/dram/
H A Dsweep.py88 sys.exit(1)
/gem5/ext/mcpat/regression/
H A Dregression.py48 import sys
/gem5/src/dev/net/
H A Ddist_etherlink.cc47 #include <sys/socket.h>
/gem5/src/base/
H A Dremote_gdb.cc135 #include <sys/signal.h>
330 active(false), attached(false), sys(_system), tc(c),
345 return sys->name() + ".remote_gdb";
720 bkpt = new HardBreakpoint(this, &sys->pcEventQueue, addr);
/gem5/src/dev/arm/
H A DSMMUv3.py207 sys.exit(1)
/gem5/src/gpu-compute/
H A Dbrig_object.cc39 #include <sys/mman.h>
40 #include <sys/types.h>
/gem5/src/arch/
H A Dmicro_asm.py32 import sys
181 sys.exit("%s %s" % (line_str, string))

Completed in 46 milliseconds

<<1112131415161718