Searched refs:link (Results 26 - 36 of 36) sorted by relevance

12

/gem5/src/mem/ruby/network/garnet2.0/
H A DOutputUnit.cc153 OutputUnit::set_out_link(NetworkLink *link) argument
155 m_out_link = link;
H A DRouter.hh69 void addInPort(PortDirection inport_dirn, NetworkLink *link,
71 void addOutPort(PortDirection outport_dirn, NetworkLink *link,
H A DOutputUnit.hh53 void set_out_link(NetworkLink *link);
108 flitBuffer *m_out_buffer; // This is for the network link to consume
/gem5/src/dev/net/
H A Dns_gige.cc1050 Addr link, bufptr; local
1078 link = is64bit ? (Addr)rxDesc64.link : (Addr)rxDesc32.link;
1100 is64bit ? (void *)&rxDesc64.link : (void *)&rxDesc32.link;
1101 rxDmaLen = is64bit ? sizeof(rxDesc64.link) : sizeof(rxDesc32.link);
1139 "rxDesc: link=%#x bufptr=%#x cmdsts=%08x extsts=%08x\n",
1140 link, bufpt
1476 Addr link, bufptr; local
[all...]
H A Detherlink.hh44 * Device module for modelling a fixed bandwidth full duplex ethernet link
62 * Model for a fixed bandwidth full duplex ethernet link
70 * Model for a single uni-directional link
126 * Interface at each end of the link
140 Link *link[2]; member in class:EtherLink
H A Dns_gige_reg.h357 uint32_t link; /* link field to next descriptor in linked list */ member in struct:ns_desc32
364 uint64_t link; /* link field to next descriptor in linked list */ member in struct:ns_desc64
/gem5/ext/sst/
H A DExtSlave.hh93 Link* link; member in class:SST::gem5::ExtSlave
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc89 // Setup link order
177 // Find how clogged each link is
190 // Look at the most empty link first
196 // pick the next link to look at
197 int link = m_link_order[i].m_link; local
198 NetDest dst = m_routing_table[link];
204 // Remember what link we're using
205 output_links.push_back(link);
214 // those nodes that were already handled by this link
245 // If we are sending this message down more than one link
[all...]
/gem5/configs/common/
H A DHMC.py78 # * Latency of serial link controller is composed of SerDes latency + link
114 # link can be connected to separate processor.
162 # number of cross which connects 16 Vaults to serial link[7]
172 # link. This number should be adjusted to achive required bandwidth
173 parser.add_argument("--link-buffer-size-req", default=10, action="store",
175 request side of the serial link")
178 # link. This number should be adjusted to achive required bandwidth
179 parser.add_argument("--link-buffer-size-rsp", default=10, action="store",
181 response side of the serial link")
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/
H A DMakefile50 $$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) -I$(src_dir)/../env/ps -I$(src_dir)/macros/scalar -I$(src_dir)/macros/mt -T$(src_dir)/../env/ps/link.ld $$< -o $(bin_dir)/$$@
/gem5/src/sim/
H A Dsyscall_emul.cc526 int result = link(path.c_str(), new_path.c_str());

Completed in 25 milliseconds

12