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

/arch/powerpc/mm/
H A Dppc_mmu_32.c182 unsigned int n_hpteg, lg_n_hpteg; local
204 #define SDR1_LOW_BITS ((n_hpteg - 1) >> 10)
212 n_hpteg = total_memory / (PAGE_SIZE * 8);
213 if (n_hpteg < MIN_N_HPTEG)
214 n_hpteg = MIN_N_HPTEG;
215 lg_n_hpteg = __ilog2(n_hpteg);
216 if (n_hpteg & (n_hpteg - 1)) {
218 n_hpteg = 1 << lg_n_hpteg;
220 Hash_size = n_hpteg << LG_HPTEG_SIZ
[all...]

Completed in 53 milliseconds