Searched refs:dst (Results 26 - 32 of 32) sorted by relevance

12

/gem5/util/pbs/
H A Djob.py56 def do(self, src, dst):
71 args.append(dst)
/gem5/src/dev/
H A Ddma_device.hh355 * them in the memory location pointed to by dst. The method
359 * @param dst Pointer to a destination buffer
363 bool tryGet(uint8_t *dst, size_t len);
375 * @param dst Pointer to a destination buffer
378 void get(uint8_t *dst, size_t len);
/gem5/src/dev/virtio/
H A Dbase.hh200 * @param dst Destination buffer.
203 void read(size_t offset, uint8_t *dst, size_t size) const;
262 * @param dst Pointer to destination buffer.
265 void chainRead(size_t offset, uint8_t *dst, size_t size) const;
/gem5/src/base/
H A Dinet.hh146 const EthAddr &dst() const { return *(EthAddr *)&eth_dst; } function in struct:Net::EthHdr
266 uint32_t dst() const { return ntohl(ip_dst); } function in struct:Net::IpHdr
374 const uint8_t* dst() const { return ip6_dst.data; } function in struct:Net::Ip6Hdr
/gem5/src/arch/hsail/insts/
H A Dmem.hh536 int dst = this->dest.regIndex() + k; variable
538 dst = dest_vect[k].regIndex();
540 int physVgpr = w->remap(dst, sizeof(c0), 1);
553 dst, *p1);
1520 int dst = this->dest.regIndex(); variable
1523 int physVgpr = w->remap(dst, sizeof(CType), 1);
1533 dst, *p1);
/gem5/src/dev/net/
H A Dns_gige.cc1917 const EthAddr &dst = eth->dst(); local
1918 if (dst.unicast()) {
1924 if (acceptPerfect && dst == rom.perfectMatch)
1930 } else if (dst.broadcast()) {
1935 } else if (dst.multicast()) {
/gem5/system/alpha/console/
H A Dconsole.c368 int strcpy(char *dst, char *src);
778 strcpy(char *dst, char *src) argument
782 *dst++ = *src++;

Completed in 31 milliseconds

12