HASH_MASK
hash = (vsid & HASH_MASK) ^ pgidx;
hash = (~hash) & HASH_MASK;
return(hash((const void *)key, strlen(key)) & HASH_MASK);