Searched refs:PPC_PIN_SIZE (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A D44x_mmu.c70 for (addr = PPC_PIN_SIZE; addr < total_lowmem;
71 addr += PPC_PIN_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A D44x_mmu.c106 (_ALIGN(total_lowmem, PPC_PIN_SIZE) >> PPC44x_PIN_SHIFT);
114 unsigned int phys_addr = (PPC44x_LOW_SLOT-i) * PPC_PIN_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmmu-44x.h74 #define PPC_PIN_SIZE (1 << 28) /* 256M */ macro
H A Dpgtable-ppc32.h12 #include <asm/io.h> /* For sub-arch specific PPC_PIN_SIZE */
122 #ifdef PPC_PIN_SIZE
123 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dmpc8xx.h105 #define PPC_PIN_SIZE (24 * 1024 * 1024) /* 24Mbytes of data pinned */ macro
H A Dpgtable.h14 #include <asm/io.h> /* For sub-arch specific PPC_PIN_SIZE */
130 #ifdef PPC_PIN_SIZE
131 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
H A Dibm44x.h31 #define PPC_PIN_SIZE (1 << PPC44x_PIN_SHIFT) macro

Completed in 95 milliseconds