Searched refs:addr1 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/tags/indexing_policies/
H A Dskewed_associative.cc92 // {addr3, addr2, addr1, addr0}, where:
94 // addr1 (N bits) = Set bits in conventional cache;
96 // We use addr1 and addr2, as proposed in the original paper
97 Addr addr1 = bits<Addr>(addr, msbShift, 0); local
103 addr1 = hash(addr1) ^ hash(addr2) ^ addr2;
106 addr1 = hash(addr1) ^ hash(addr2) ^ addr1;
109 addr1
144 Addr addr1 = bits<Addr>(addr, msbShift, 0); local
[all...]
/gem5/src/sim/
H A Dfutex_map.hh228 * queue of the futex pointed to by addr1 and added to the wait queue
236 requeue(Addr addr1, uint64_t tgid, int count, int count2, Addr addr2) argument
238 FutexKey key1(addr1, tgid);

Completed in 9 milliseconds