Go to the documentation of this file.
30 #ifndef __BASE_FILTERS_BULK_BLOOM_FILTER_HH__
31 #define __BASE_FILTERS_BULK_BLOOM_FILTER_HH__
38 struct BloomFilterBulkParams;
41 namespace bloom_filter
52 Bulk(
const BloomFilterBulkParams &
p);
74 #endif // __BASE_FILTERS_BULK_BLOOM_FILTER_HH__
Implementation of the bloom filter, as described in "Bulk Disambiguation of Speculative Threads in Mu...
const int sectorBits
Number of bits used per sector.
Bulk(const BloomFilterBulkParams &p)
The MultiBitSel Bloom Filter associates an address to multiple entries through the use of multiple ha...
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
Addr permute(Addr addr) const
Permutes the address to generate its signature.
int hash(Addr addr, int hash_number) const override
Apply the selected the hash functions to an address.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Wed Jul 28 2021 12:10:22 for gem5 by doxygen 1.8.17