Searched refs:dev (Results 26 - 50 of 52) sorted by relevance

123

/gem5/src/systemc/tests/systemc/misc/stars/star110089/
H A Dstar110089.cpp50 Pointers appear to have problems, so comment out test of the "dev" field.
52 The LP_POLLED macro checks lp_table[minor].dev->port->irq (three dereferences),
247 /* #define LP_POLLED(minor) (lp_table[(minor)].dev->port->irq == PARPORT_IRQ_NONE) */
250 #define w_ctr(dev,val) (control = (val))
256 /* struct pardevice *dev; */
257 pchar_t dev; member in struct:lp_struct
279 lp_table[minor].dev = 5;
292 /* if (lp->dev == NULL) */ /* Removed because of a pointer */
294 if (lp_table[minor].dev == 0) {
/gem5/src/dev/sparc/
H A Dt1000.cc35 #include "dev/sparc/t1000.hh"
85 T1000::calcPciConfigAddr(int bus, int dev, int func) argument
/gem5/src/sim/
H A Dfd_entry.hh202 DeviceFDEntry(DeviceFDEntry const& dev, bool close_on_exec = false) argument
203 : FDEntry(close_on_exec), _driver(dev._driver),
204 _fileName(dev._fileName)
/gem5/configs/boot/
H A Dsurge-client.rcS7 /sbin/swapon /dev/hdc
H A Dnat-spec-surge-client.rcS9 /sbin/swapon /dev/hdc
H A Dnfs-client-nhfsstone.rcS7 /sbin/swapon /dev/hdc
H A Dnfs-client-smallb.rcS7 /sbin/swapon /dev/hdc
H A Dnfs-client-tcp-smallb.rcS7 /sbin/swapon /dev/hdc
H A Dnfs-client-tcp.rcS7 /sbin/swapon /dev/hdc
H A Dnfs-client.rcS7 /sbin/swapon /dev/hdc
H A Dspec-surge-client.rcS7 /sbin/swapon /dev/hdc
H A Discsi-client.rcS7 /sbin/swapon /dev/hdc
97 COMMAND="/benchmarks/aio-bench $PARAMS -i 1000000 -C 50000 /dev/sda"
/gem5/util/maint/
H A Dcreate_patches.sh76 git rev-parse --verify -q "$1" > /dev/null
146 "$SHA_UPSTREAM"..HEAD > /dev/null
/gem5/system/alpha/console/
H A DMakefile42 CFLAGS=-I . -I ../h -I$(M5)/src/dev/alpha -I$(M5)/util/m5/ -fno-builtin -Wa,-m21164
/gem5/src/dev/net/
H A Dsinic.hh36 #include "dev/io_device.hh"
37 #include "dev/net/etherdevice.hh"
38 #include "dev/net/etherint.hh"
39 #include "dev/net/etherpkt.hh"
40 #include "dev/net/pktfifo.hh"
41 #include "dev/net/sinicreg.hh"
42 #include "dev/pci/device.hh"
305 Device *dev; member in class:Sinic::Interface
309 : EtherInt(name), dev(d)
312 virtual bool recvPacket(EthPacketPtr pkt) { return dev
[all...]
H A Dns_gige.hh41 #include "dev/io_device.hh"
42 #include "dev/net/etherdevice.hh"
43 #include "dev/net/etherint.hh"
44 #include "dev/net/etherpkt.hh"
45 #include "dev/net/ns_gige_reg.h"
46 #include "dev/net/pktfifo.hh"
366 NSGigE *dev; member in class:NSGigEInt
370 : EtherInt(name), dev(d)
373 virtual bool recvPacket(EthPacketPtr pkt) { return dev->recvPacket(pkt); }
374 virtual void sendDone() { dev
[all...]
H A Di8254xGBe.hh45 #include "dev/net/etherdevice.hh"
46 #include "dev/net/etherint.hh"
47 #include "dev/net/etherpkt.hh"
48 #include "dev/net/i8254xGBe_defs.hh"
49 #include "dev/net/pktfifo.hh"
50 #include "dev/pci/device.hh"
546 IGbE *dev; member in class:IGbEInt
550 : EtherInt(name), dev(d)
553 virtual bool recvPacket(EthPacketPtr pkt) { return dev->ethRxPkt(pkt); }
554 virtual void sendDone() { dev
[all...]
/gem5/configs/example/arm/
H A Ddevices.py230 def attach_pci(self, dev):
231 dev.pci_bus, dev.pci_dev, dev.pci_func = (0, self._pci_devices + 1, 0)
233 self.realview.attachPciDevice(dev, self.iobus)
H A Dstarter_fs.py128 for dev in system.pci_devices:
129 system.attach_pci(dev)
167 "root=/dev/vda1",
H A Dfs_bigLITTLE.py141 for dev in sys.pci_vio_block:
142 sys.attach_pci(dev)
166 parser.add_argument("--root", type=str, default="/dev/vda1",
/gem5/src/dev/
H A Ddma_device.cc46 #include "dev/dma_device.hh"
57 DmaPort::DmaPort(ClockedObject *dev, System *s, argument
59 : MasterPort(dev->name() + ".dma", dev),
60 device(dev), sys(s), masterId(s->getMasterId(dev)),
61 sendEvent([this]{ sendDma(); }, dev->name()),
H A Ddma_device.hh52 #include "dev/io_device.hh"
152 DmaPort(ClockedObject *dev, System *s,
/gem5/src/dev/pci/
H A Ddevice.cc49 #include "dev/pci/device.hh"
250 "readConfig: dev %#x func %#x reg %#x 1 bytes: data = %#x\n",
251 _busAddr.dev, _busAddr.func, offset,
257 "readConfig: dev %#x func %#x reg %#x 2 bytes: data = %#x\n",
258 _busAddr.dev, _busAddr.func, offset,
264 "readConfig: dev %#x func %#x reg %#x 4 bytes: data = %#x\n",
265 _busAddr.dev, _busAddr.func, offset,
332 "writeConfig: dev %#x func %#x reg %#x 1 bytes: data = %#x\n",
333 _busAddr.dev, _busAddr.func, offset,
351 "writeConfig: dev
[all...]
/gem5/src/cpu/kvm/
H A Dvm.cc69 kvmFD = ::open("/dev/kvm", O_RDWR);
71 fatal("KVM: Failed to open /dev/kvm\n");
518 struct kvm_create_device dev = { type, 0, flags }; local
520 if (ioctl(KVM_CREATE_DEVICE, &dev) == -1) {
525 return dev.fd;
/gem5/configs/common/
H A DFSConfig.py137 cmdline = 'root=/dev/hda1 console=ttyS0'
375 for dev_id, dev in enumerate(pci_devices):
376 dev.pci_bus, dev.pci_dev, dev.pci_func = (0, dev_id + 1, 0)
378 dev, self.iobus,
433 cmdline = 'root=/dev/hda1 console=ttyS0'
656 cmdline = 'earlyprintk=ttyS0 console=ttyS0 lpj=7999923 root=/dev/hda1'

Completed in 33 milliseconds

123