Searched refs:PPC_PIN_SIZE (Results 1 – 3 of 3) sorted by relevance
97 for (addr = PPC_PIN_SIZE; addr < lowmem_end_addr; in mmu_mapin_ram()98 addr += PPC_PIN_SIZE) in mmu_mapin_ram()
78 #define PPC_PIN_SIZE (1 << 28) /* 256M */ macro
125 #ifdef PPC_PIN_SIZE126 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS…