Deleted Added
sdiff udiff text old ( 13553:047def1fa787 ) new ( 13707:5aab50651a66 )
full compact
1/**
2 * Copyright (c) 2018 Metempsy Technology Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 181 unchanged lines hidden (view full) ---

190
191 /**
192 * Indicate that an entry has just been inserted
193 * @param addr key of the container
194 * @param is_secure tag component of the container
195 * @param entry pointer to the container entry to be inserted
196 */
197 void insertEntry(Addr addr, bool is_secure, Entry* entry);
198};
199
200#endif//__CACHE_PREFETCH_ASSOCIATIVE_SET_HH__