tce_alloc_start   310 arch/powerpc/include/asm/book3s/64/mmu-hash.h extern unsigned long tce_alloc_start, tce_alloc_end;
tce_alloc_start    71 arch/powerpc/kernel/prom.c unsigned long tce_alloc_start, tce_alloc_end;
tce_alloc_start   422 arch/powerpc/kernel/prom.c 		tce_alloc_start = *lprop;
tce_alloc_start   955 arch/powerpc/mm/book3s64/hash_utils.c 	if (tce_alloc_start) {
tce_alloc_start   956 arch/powerpc/mm/book3s64/hash_utils.c 		tce_alloc_start = (unsigned long)__va(tce_alloc_start);
tce_alloc_start   959 arch/powerpc/mm/book3s64/hash_utils.c 		if (base + size >= tce_alloc_start)
tce_alloc_start   960 arch/powerpc/mm/book3s64/hash_utils.c 			tce_alloc_start = base + size + 1;
tce_alloc_start   962 arch/powerpc/mm/book3s64/hash_utils.c 		BUG_ON(htab_bolt_mapping(tce_alloc_start, tce_alloc_end,
tce_alloc_start   963 arch/powerpc/mm/book3s64/hash_utils.c 					 __pa(tce_alloc_start), prot,