UNW_LOG_HASH_SIZE   54 arch/ia64/kernel/unwind.c #define UNW_HASH_SIZE		(1 << UNW_LOG_HASH_SIZE)
UNW_LOG_HASH_SIZE 1210 arch/ia64/kernel/unwind.c 	return (ip >> 4) * hashmagic >> (64 - UNW_LOG_HASH_SIZE);
UNW_LOG_HASH_SIZE 2250 arch/ia64/kernel/unwind.c 	if (8*sizeof(unw_hash_index_t) < UNW_LOG_HASH_SIZE)