Searched refs:tos (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/pred/
H A Dras.hh58 { return addrStack[tos]; }
62 { return tos; }
83 { if (++tos == numEntries) tos = 0; }
87 { tos = (tos == 0 ? numEntries - 1 : tos - 1); }
99 unsigned tos; member in class:ReturnAddrStack
H A Dras.cc45 tos = 0;
55 addrStack[tos] = return_addr;
76 tos = top_entry_idx;
78 addrStack[tos] = restored;
/gem5/ext/dnet/
H A Dip.h402 #define ip_pack_hdr(hdr, tos, len, id, off, ttl, p, src, dst) do { \
405 ip_pack_p->ip_tos = tos; ip_pack_p->ip_len = htons(len); \
/gem5/src/base/
H A Dinet.hh257 uint8_t tos() const { return ip_tos; } function in struct:Net::IpHdr

Completed in 14 milliseconds