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

/gem5/src/mem/cache/prefetch/
H A Dirregular_stream_buffer.cc101 AddressMapping &mapping_B = getPSMapping(correlated_addr_B, is_secure); local
102 if (mapping_A.counter > 0 && mapping_B.counter > 0) {
104 if (mapping_B.address == (mapping_A.address + 1)) {
105 mapping_B.counter++;
107 if (mapping_B.counter == 1) {
110 mapping_B.address = mapping_A.address + 1;
111 addStructuralToPhysicalEntry(mapping_B.address, is_secure,
114 mapping_B.counter--;
126 mapping_B.counter.reset();
127 mapping_B
[all...]

Completed in 4 milliseconds