Home
last modified time | relevance | path

Searched refs:PPC44x_PIN_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/mm/
D44x_mmu.c112 if (total_lowmem & (PPC44x_PIN_SIZE - 1)) in ppc44x_tlb_config()
117 (_ALIGN(total_lowmem, PPC44x_PIN_SIZE) >> PPC44x_PIN_SHIFT); in ppc44x_tlb_config()
125 unsigned int phys_addr = (PPC44x_LOW_SLOT-i) * PPC44x_PIN_SIZE; in ppc44x_tlb_config()
131 vmalloc_start = KERNELBASE + _ALIGN(total_lowmem, PPC44x_PIN_SIZE); in ppc44x_tlb_config()
/linux-2.4.37.9/include/asm-ppc/
Dibm44x.h52 #define PPC44x_PIN_SIZE (1 << PPC44x_PIN_SHIFT) macro