Searched refs:slave (Results 76 - 92 of 92) sorted by relevance

1234

/gem5/src/dev/x86/
H A Di8259.cc42 mode(p->mode), slave(p->slave),
311 * This code only handles one slave. Since that's how the PC platform
313 * there -is- a need for more for some reason, "slave" can become a
324 if (slave && bits(cascadeBits, line)) {
325 DPRINTF(I8259, "Interrupt was from slave who will "
327 return slave->getVector();
H A Di8259.hh54 I8259 * slave; member in class:X86ISA::I8259
67 // A bit vector of lines with slaves attached, or the slave id, depending
68 // on if this is a master or slave PIC.
/gem5/tests/configs/
H A Dgpu-ruby.py242 compute_units[-1].ldsPort = compute_units[-1].ldsBus.slave
297 system.ruby._cpu_ports[0].mem_master_port = system.piobus.slave
316 system.ruby._cpu_ports[gpu_port_idx].slave[j]
323 system.ruby._cpu_ports[gpu_port_idx].slave
331 dispatcher.dma = system.piobus.slave
H A Dbase_config.py118 system.l2c.mem_side = system.membus.slave
232 system.system_port = system.membus.slave
275 system.iobus.master = system.ruby._io_port.slave
298 system.iocache.mem_side = system.membus.slave
H A Dmemtest-ruby.py105 cpus[i].port = ruby_port.slave
/gem5/configs/example/
H A Detrace_replay.py122 system.system_port = system.membus.slave
H A Druby_direct_test.py118 system.cpu.cpuPort = ruby_port.slave
H A Druby_mem_test.py150 cpu.port = system.ruby._cpu_ports[i].slave
H A Dgarnet_synth_traffic.py137 cpus[i].test = ruby_port.slave
/gem5/configs/splash2/
H A Dcluster.py226 system.l2.cpu_side = system.toL2bus.slave
234 cluster.l1.mem_side = system.toL2bus.slave
236 cpu.icache_port = cluster.clusterbus.slave
237 cpu.dcache_port = cluster.clusterbus.slave
H A Drun.py212 system.l2.mem_side = system.membus.slave
213 system.system_port = system.membus.slave
/gem5/ext/sst/
H A Dgem5.cc266 auto slave = new ExtSlave(this, info, owner, s); local
267 slaves.push_back(slave);
268 return slave;
/gem5/src/dev/storage/
H A Dide_ctrl.cc84 master(NULL), slave(NULL), selected(NULL)
115 primary.slave = params()->disks[1];
121 secondary.slave = params()->disks[3];
163 if (disk == primary.master || disk == primary.slave) {
165 } else if (disk == secondary.master || disk == secondary.slave) {
/gem5/configs/example/arm/
H A Dstarter_se.py107 self.system_port = self.membus.slave
/gem5/system/alpha/console/
H A Ddbmentry.S69 slave: lda v0,(8*1024)(sp) /* end of page */ label
/gem5/configs/common/
H A DCacheConfig.py107 system.l2.mem_side = system.membus.slave
/gem5/src/dev/arm/
H A DRealView.py101 pio_addr = Param.Addr("Address for AMBA slave interface")
558 device.dma = bus.slave
700 self.clcd.dma = bus.slave
704 self.cf_ctrl.dma = bus.slave

Completed in 28 milliseconds

1234