rtas_end          128 arch/powerpc/kernel/crash_dump.c 	unsigned int rtas_start = 0, rtas_end = 0;
rtas_end          135 arch/powerpc/kernel/crash_dump.c 		rtas_end = rtas_start + be32_to_cpup(sizep);
rtas_end          140 arch/powerpc/kernel/crash_dump.c 		if (addr <= rtas_end && ((addr + PAGE_SIZE) > rtas_start))