PHYSICAL_START    106 arch/powerpc/include/asm/page.h #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START)
PHYSICAL_START    115 arch/powerpc/include/asm/page.h #define MEMORY_START	(PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
PHYSICAL_START     48 arch/powerpc/kernel/crash_dump.c 	patch_branch(++p, addr + PHYSICAL_START, 0);
PHYSICAL_START     62 arch/powerpc/kernel/crash_dump.c 	create_trampoline(__pa(system_reset_fwnmi) - PHYSICAL_START);
PHYSICAL_START     63 arch/powerpc/kernel/crash_dump.c 	create_trampoline(__pa(machine_check_fwnmi) - PHYSICAL_START);
PHYSICAL_START    123 arch/powerpc/kernel/prom.c 	if ((memory_limit && (start + size) > PHYSICAL_START + memory_limit) ||
PHYSICAL_START    733 arch/powerpc/kernel/prom.c 	memblock_reserve(PHYSICAL_START, __pa(klimit) - PHYSICAL_START);
PHYSICAL_START    735 arch/powerpc/kernel/prom.c 	if (PHYSICAL_START > MEMORY_START)
PHYSICAL_START   3332 arch/powerpc/kernel/prom_init.c 	if (PHYSICAL_START > 0)
PHYSICAL_START    813 arch/powerpc/kernel/setup-common.c 	if (PHYSICAL_START > 0)
PHYSICAL_START    815 arch/powerpc/kernel/setup-common.c 		       (unsigned long long)PHYSICAL_START);
PHYSICAL_START    466 arch/powerpc/kernel/setup_64.c 			- PHYSICAL_START);
PHYSICAL_START    394 arch/powerpc/lib/feature-fixups.c 	if (PHYSICAL_START == 0)
PHYSICAL_START    397 arch/powerpc/lib/feature-fixups.c 	src = (int *)(KERNELBASE + PHYSICAL_START);
PHYSICAL_START    286 arch/powerpc/mm/book3s64/hash_utils.c 		if ((PHYSICAL_START > MEMORY_START) &&
PHYSICAL_START    123 arch/powerpc/platforms/pseries/setup.c 	system_reset_addr  = __pa(system_reset_fwnmi) - PHYSICAL_START;
PHYSICAL_START    124 arch/powerpc/platforms/pseries/setup.c 	machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START;