Go to the documentation of this file.
30 #ifndef __BASE_FILTERS_MULTI_BLOOM_FILTER_HH__
31 #define __BASE_FILTERS_MULTI_BLOOM_FILTER_HH__
40 struct BloomFilterMultiParams;
42 namespace bloom_filter
53 Multi(
const BloomFilterMultiParams &
p);
56 void clear()
override;
73 #endif // __BASE_FILTERS_MULTI_BLOOM_FILTER_HH__
bool isSet(Addr addr) const override
Check if the corresponding filter entries of an address should be considered as set.
void set(Addr addr) override
Perform the filter specific function to set the corresponding entries (can be multiple) of an address...
int getTotalCount() const override
Get the total value stored in the filter entries.
Multi(const BloomFilterMultiParams &p)
void merge(const Base *other) override
Merges the contents of both filters into this' (Bloom Filter union).
void unset(Addr addr) override
Perform the filter specific function to clear the corresponding entries (can be multiple) of an addre...
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void clear() override
Clear the filter by resetting all values.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
int getCount(Addr addr) const override
Get the value stored in the corresponding filter entry of an address.
This BloomFilter has multiple sub-filters, each with its own hashing functionality.
std::vector< Base * > filters
Sub-filters used by this filter.
Generated on Sun Jul 30 2023 01:56:51 for gem5 by doxygen 1.8.17