Searched refs:sys (Results 251 - 275 of 445) sorted by relevance

<<1112131415161718

/gem5/src/base/
H A Dpollevent.cc31 #include <sys/ioctl.h>
32 #include <sys/types.h>
35 #include <sys/file.h>
/gem5/configs/example/
H A Druby_mem_test.py38 import os, optparse, sys
90 sys.exit(1)
97 sys.exit(1)
H A Dgarnet_synth_traffic.py36 import os, optparse, sys
95 sys.exit(1)
101 sys.exit(1)
H A Druby_random_test.py38 import os, optparse, sys
84 sys.exit(1)
H A Dhmc_hello.py36 import sys
/gem5/src/arch/arm/
H A Dtlbi_op.hh73 System *sys = tc->getSystemPtr(); local
74 for (int x = 0; x < sys->numContexts(); x++) {
75 ThreadContext *oc = sys->getThreadContext(x);
H A Dstage2_mmu.cc53 port(_stage1Tlb->getTableWalker(), p->sys),
54 masterId(p->sys->getMasterId(_stage1Tlb->getTableWalker()))
/gem5/src/arch/x86/
H A Dpagetable_walker.hh172 System * sys; member in class:X86ISA::Walker
208 funcState(this, NULL, NULL, true), tlb(NULL), sys(params->system),
209 masterId(sys->getMasterId(this)),
/gem5/ext/ply/example/ansic/
H A Dclex.py7 import sys
8 sys.path.insert(0,"../..")
/gem5/ext/ply/example/yply/
H A Dylex.py6 import sys
7 sys.path.append("../..")
/gem5/src/cpu/
H A Dpc_event.cc148 sched_break_pc_sys(System *sys, Addr addr) argument
150 new BreakPCEvent(&sys->pcEventQueue, "debug break", addr, true);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_qt.cpp32 #include <sys/mman.h>
33 #include <sys/types.h>
262 // Andy Goodrich: added include of sys/types.h to pick up the declaration
/gem5/ext/testlib/
H A Dterminal.py27 import sys
93 if sys.stdout.isatty():
/gem5/util/style/
H A Dstyle.py49 import sys
84 sys.stdout.write(string)
/gem5/src/dev/
H A Ddma_device.cc60 device(dev), sys(s), masterId(s->getMasterId(dev)),
123 : PioDevice(p), dmaPort(this, sys, p->sid, p->ssid)
170 for (ChunkGenerator gen(addr, size, sys->cacheLineSize());
256 if (sys->isTimingMode()) {
265 } else if (sys->isAtomicMode()) {
391 if (port.sys->bypassCaches())
404 const size_t kvm_watermark = port.sys->cacheLineSize();
415 port.sys->physProxy.readBlob(nextAddr, tmp_buffer.data(), xfer_size);
/gem5/src/mem/
H A Dabstract_mem.hh248 * @param sys system pointer to set
250 void system(System *sys) { _system = sys; } argument
/gem5/ext/mcpat/
H A Dmain.cc32 #include <sys/stat.h>
/gem5/util/pbs/
H A Dpbs.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())
/gem5/util/statetrace/arch/i686/
H A Dtracechild.cc31 #include <sys/ptrace.h>
/gem5/src/base/vnc/
H A Dvncinput.cc47 #include <sys/types.h>
/gem5/src/cpu/kvm/
H A Ddevice.cc43 #include <sys/ioctl.h>
/gem5/src/dev/net/
H A Detherdump.cc36 #include <sys/time.h>
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py31 import sys
263 sys.stderr.write('Got invalid token in %s @ %d token:%s: %r\n' %
284 sys.stdout.write('\n')
287 main(sys.argv)
/gem5/configs/common/
H A DPlatformConfig.py46 import sys
H A DSysPaths.py33 import os, sys

Completed in 15 milliseconds

<<1112131415161718