Searched refs:pteg_count (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_utils_64.c511 unsigned long mem_size, rnd_mem_size, pteg_count, psize; local
530 pteg_count = max(rnd_mem_size >> (psize + 1), 1UL << 11);
532 return pteg_count << 7;
588 unsigned long pteg_count; local
612 pteg_count = htab_size_bytes >> 7;
614 htab_hash_mask = pteg_count - 1;
638 _SDR1 = table + __ilog2(pteg_count) - 11;
H A Dhash_native_64.c426 unsigned long pteg_count; local
429 pteg_count = htab_hash_mask + 1;
438 slots = pteg_count * HPTES_PER_GROUP;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_utils_64.c511 unsigned long mem_size, rnd_mem_size, pteg_count, psize; local
530 pteg_count = max(rnd_mem_size >> (psize + 1), 1UL << 11);
532 return pteg_count << 7;
588 unsigned long pteg_count; local
612 pteg_count = htab_size_bytes >> 7;
614 htab_hash_mask = pteg_count - 1;
638 _SDR1 = table + __ilog2(pteg_count) - 11;
H A Dhash_native_64.c426 unsigned long pteg_count; local
429 pteg_count = htab_hash_mask + 1;
438 slots = pteg_count * HPTES_PER_GROUP;

Completed in 120 milliseconds