ODEBUG_HASH_BITS
#define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS)
hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS);