PPC_PIN_SIZE 112 arch/powerpc/include/asm/nohash/32/pgtable.h #ifdef PPC_PIN_SIZE PPC_PIN_SIZE 113 arch/powerpc/include/asm/nohash/32/pgtable.h #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) PPC_PIN_SIZE 171 arch/powerpc/mm/nohash/44x.c unsigned long memstart = memstart_addr & ~(PPC_PIN_SIZE - 1); PPC_PIN_SIZE 175 arch/powerpc/mm/nohash/44x.c for (addr = memstart + PPC_PIN_SIZE; addr < lowmem_end_addr; PPC_PIN_SIZE 176 arch/powerpc/mm/nohash/44x.c addr += PPC_PIN_SIZE) { PPC_PIN_SIZE 214 arch/powerpc/mm/nohash/44x.c size = (min_t(u64, first_memblock_size, PPC_PIN_SIZE)); PPC_PIN_SIZE 222 arch/powerpc/mm/nohash/44x.c unsigned long memstart = memstart_addr & ~(PPC_PIN_SIZE - 1); PPC_PIN_SIZE 233 arch/powerpc/mm/nohash/44x.c for (addr = memstart + PPC_PIN_SIZE; addr < lowmem_end_addr; PPC_PIN_SIZE 234 arch/powerpc/mm/nohash/44x.c addr += PPC_PIN_SIZE) {