first_memblock_size  227 arch/powerpc/include/asm/book3s/64/mmu.h 					 phys_addr_t first_memblock_size);
first_memblock_size  229 arch/powerpc/include/asm/book3s/64/mmu.h 					 phys_addr_t first_memblock_size);
first_memblock_size  231 arch/powerpc/include/asm/book3s/64/mmu.h 					      phys_addr_t first_memblock_size)
first_memblock_size  235 arch/powerpc/include/asm/book3s/64/mmu.h 						   first_memblock_size);
first_memblock_size  237 arch/powerpc/include/asm/book3s/64/mmu.h 					   first_memblock_size);
first_memblock_size  364 arch/powerpc/include/asm/mmu.h 				       phys_addr_t first_memblock_size);
first_memblock_size   74 arch/powerpc/kernel/prom.c static phys_addr_t first_memblock_size;
first_memblock_size  570 arch/powerpc/kernel/prom.c 		first_memblock_size = size;
first_memblock_size  730 arch/powerpc/kernel/prom.c 		first_memblock_size = min_t(u64, first_memblock_size, memory_limit);
first_memblock_size  731 arch/powerpc/kernel/prom.c 	setup_initial_memory_limit(memstart_addr, first_memblock_size);
first_memblock_size  825 arch/powerpc/kernel/prom.c 		*size = first_memblock_size;
first_memblock_size  436 arch/powerpc/mm/book3s32/mmu.c 				phys_addr_t first_memblock_size)
first_memblock_size  445 arch/powerpc/mm/book3s32/mmu.c 		memblock_set_current_limit(min_t(u64, first_memblock_size, 0x01000000));
first_memblock_size  447 arch/powerpc/mm/book3s32/mmu.c 		memblock_set_current_limit(min_t(u64, first_memblock_size, 0x10000000));
first_memblock_size 1938 arch/powerpc/mm/book3s64/hash_utils.c 				phys_addr_t first_memblock_size)
first_memblock_size 1961 arch/powerpc/mm/book3s64/hash_utils.c 		ppc64_rma_size = first_memblock_size;
first_memblock_size  647 arch/powerpc/mm/book3s64/radix_pgtable.c 				phys_addr_t first_memblock_size)
first_memblock_size  145 arch/powerpc/mm/nohash/40x.c 				phys_addr_t first_memblock_size)
first_memblock_size  153 arch/powerpc/mm/nohash/40x.c 	memblock_set_current_limit(min_t(u64, first_memblock_size, 0x00800000));
first_memblock_size  202 arch/powerpc/mm/nohash/44x.c 				phys_addr_t first_memblock_size)
first_memblock_size  214 arch/powerpc/mm/nohash/44x.c 	size = (min_t(u64, first_memblock_size, PPC_PIN_SIZE));
first_memblock_size  163 arch/powerpc/mm/nohash/8xx.c 				       phys_addr_t first_memblock_size)
first_memblock_size  171 arch/powerpc/mm/nohash/8xx.c 	memblock_set_current_limit(min_t(u64, first_memblock_size, 0x02000000));
first_memblock_size  254 arch/powerpc/mm/nohash/fsl_booke.c 				phys_addr_t first_memblock_size)
first_memblock_size  256 arch/powerpc/mm/nohash/fsl_booke.c 	phys_addr_t limit = first_memblock_base + first_memblock_size;
first_memblock_size  742 arch/powerpc/mm/nohash/tlb.c 				phys_addr_t first_memblock_size)
first_memblock_size  769 arch/powerpc/mm/nohash/tlb.c 		linear_sz = map_mem_in_cams(first_memblock_size, num_cams,
first_memblock_size  775 arch/powerpc/mm/nohash/tlb.c 		ppc64_rma_size = min_t(u64, first_memblock_size, 0x40000000);