Searched refs:Hash_bits (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_low_32.S275 * of Hash_base and Hash_bits below are just an example.
278 Hash_bits = 12 /* e.g. 256kB hash table */ define
279 Hash_msk = (((1 << Hash_bits) - 1) * 64)
295 #define HASH_LEFT 31-(LG_PTEG_SIZE+Hash_bits-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dhashtable.S293 * of Hash_base and Hash_bits below are just an example.
296 Hash_bits = 12 /* e.g. 256kB hash table */ define
297 Hash_msk = (((1 << Hash_bits) - 1) * 64)
312 #define HASH_LEFT 31-(LG_PTEG_SIZE+Hash_bits-1)

Completed in 45 milliseconds