Home
last modified time | relevance | path

Searched refs:lg_n_hpteg (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ppc/mm/
Dppc_mmu.c156 unsigned int n_hpteg, lg_n_hpteg; in MMU_init_hw() local
173 #define SDR1_LOW_BITS (lg_n_hpteg - 11) in MMU_init_hw()
185 lg_n_hpteg = __ilog2(n_hpteg); in MMU_init_hw()
200 lg_n_hpteg = __ilog2(n_hpteg); in MMU_init_hw()
202 ++lg_n_hpteg; /* round up if not power of 2 */ in MMU_init_hw()
203 n_hpteg = 1 << lg_n_hpteg; in MMU_init_hw()
226 mb2 = mb = 32 - LG_HPTEG_SIZE - lg_n_hpteg; in MMU_init_hw()
227 if (lg_n_hpteg > 16) in MMU_init_hw()