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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgalloc-64.h35 #define MAX_PGTABLE_INDEX_SIZE 0xf macro
128 BUG_ON(index_size > MAX_PGTABLE_INDEX_SIZE);
H A Dpgalloc-32.h7 #define MAX_PGTABLE_INDEX_SIZE 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_64.c126 struct kmem_cache *pgtable_cache[MAX_PGTABLE_INDEX_SIZE];
148 unsigned long minalign = max(MAX_PGTABLE_INDEX_SIZE + 1,
156 BUG_ON((shift < 1) || (shift > MAX_PGTABLE_INDEX_SIZE));
H A Dpgtable.c84 void *table = (void *)(batch->tables[i] & ~MAX_PGTABLE_INDEX_SIZE);
85 unsigned shift = batch->tables[i] & MAX_PGTABLE_INDEX_SIZE;
118 BUG_ON(shift > MAX_PGTABLE_INDEX_SIZE);

Completed in 67 milliseconds