LP_BITS 274 arch/powerpc/include/asm/book3s/64/mmu-hash.h extern u8 hpte_page_sizes[1 << LP_BITS]; LP_BITS 285 arch/powerpc/include/asm/book3s/64/mmu-hash.h lp = (l >> LP_SHIFT) & ((1 << LP_BITS) - 1); LP_BITS 696 arch/powerpc/mm/book3s64/hash_native.c unsigned int lp = (hpte_r >> LP_SHIFT) & ((1 << LP_BITS) - 1); LP_BITS 101 arch/powerpc/mm/book3s64/hash_utils.c u8 hpte_page_sizes[1 << LP_BITS]; LP_BITS 634 arch/powerpc/mm/book3s64/hash_utils.c while (penc < (1 << LP_BITS)) {