Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/mm/book3s32/
Dmmu.c347 unsigned int n_hpteg, lg_n_hpteg; in MMU_init_hw() local
366 lg_n_hpteg = __ilog2(n_hpteg); in MMU_init_hw()
368 ++lg_n_hpteg; /* round up if not power of 2 */ in MMU_init_hw()
369 n_hpteg = 1 << lg_n_hpteg; in MMU_init_hw()
388 hash_mb2 = hash_mb = 32 - LG_HPTEG_SIZE - lg_n_hpteg; in MMU_init_hw()
389 if (lg_n_hpteg > 16) in MMU_init_hw()