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

/linux-master/arch/powerpc/platforms/ps3/
H A Dhtab.c174 unsigned long hpte_count = (1UL << ppc64_pft_size) >> 4; local
177 for (i = 0; i < hpte_count; i++)
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c850 unsigned long hpte_count = size_bytes >> 4; local
860 * hpte_count will be a multiple of 4
862 for (i = 0; i < hpte_count; i += 4) {

Completed in 133 milliseconds