MAX_PGTABLE_INDEX_SIZE 45 arch/powerpc/include/asm/book3s/32/pgalloc.h BUG_ON(index_size > MAX_PGTABLE_INDEX_SIZE); MAX_PGTABLE_INDEX_SIZE 56 arch/powerpc/include/asm/book3s/32/pgalloc.h BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE); MAX_PGTABLE_INDEX_SIZE 63 arch/powerpc/include/asm/book3s/32/pgalloc.h void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); MAX_PGTABLE_INDEX_SIZE 64 arch/powerpc/include/asm/book3s/32/pgalloc.h unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; MAX_PGTABLE_INDEX_SIZE 42 arch/powerpc/include/asm/nohash/pgalloc.h BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE); MAX_PGTABLE_INDEX_SIZE 53 arch/powerpc/include/asm/nohash/pgalloc.h BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE); MAX_PGTABLE_INDEX_SIZE 60 arch/powerpc/include/asm/nohash/pgalloc.h void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); MAX_PGTABLE_INDEX_SIZE 61 arch/powerpc/include/asm/nohash/pgalloc.h unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; MAX_PGTABLE_INDEX_SIZE 385 arch/powerpc/mm/book3s64/pgtable.c BUG_ON(index > MAX_PGTABLE_INDEX_SIZE); MAX_PGTABLE_INDEX_SIZE 392 arch/powerpc/mm/book3s64/pgtable.c void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); MAX_PGTABLE_INDEX_SIZE 393 arch/powerpc/mm/book3s64/pgtable.c unsigned int index = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; MAX_PGTABLE_INDEX_SIZE 59 arch/powerpc/mm/init-common.c BUILD_BUG_ON(MAX_PGTABLE_INDEX_SIZE != 15); MAX_PGTABLE_INDEX_SIZE 82 arch/powerpc/mm/init-common.c struct kmem_cache *pgtable_cache[MAX_PGTABLE_INDEX_SIZE + 1]; MAX_PGTABLE_INDEX_SIZE 105 arch/powerpc/mm/init-common.c unsigned long minalign = max(MAX_PGTABLE_INDEX_SIZE + 1, MAX_PGTABLE_INDEX_SIZE 113 arch/powerpc/mm/init-common.c BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE);