30#ifndef __BASE_FILTERS_BULK_BLOOM_FILTER_HH__
31#define __BASE_FILTERS_BULK_BLOOM_FILTER_HH__
38struct BloomFilterBulkParams;
51 Bulk(
const BloomFilterBulkParams &
p);
Implementation of the bloom filter, as described in "Bulk Disambiguation ofSpeculative Threads in Mul...
int hash(Addr addr, int hash_number) const override
Apply the selected the hash functions to an address.
Bulk(const BloomFilterBulkParams &p)
Addr permute(Addr addr) const
Permutes the address to generate its signature.
const int sectorBits
Number of bits used per sector.
The MultiBitSel Bloom Filter associates an address to multiple entries through the use of multiple ha...
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.