Searched refs:PHYSICAL_START (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dkdump.h14 #define PHYSICAL_START KDUMP_KERNELBASE macro
22 #define PHYSICAL_START 0x0 macro
H A Dpage.h56 #define KERNELBASE (PAGE_OFFSET + PHYSICAL_START)
H A Dmmu-hash64.h32 #define STAB0_PHYS_ADDR (STAB0_OFFSET + PHYSICAL_START)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dcrash_dump.c44 create_branch(addr + 4, addr + PHYSICAL_START, 0);
57 create_trampoline(__pa(system_reset_fwnmi) - PHYSICAL_START);
58 create_trampoline(__pa(machine_check_fwnmi) - PHYSICAL_START);
H A Dsetup_64.c262 - PHYSICAL_START);
435 #if PHYSICAL_START > 0
436 printk("physical_start = 0x%x\n", PHYSICAL_START);
H A Dprom.c1022 lmb_reserve(PHYSICAL_START, __pa(klimit) - PHYSICAL_START);
H A Dhead_64.S1746 * We need to run with __start at physical address PHYSICAL_START.
1761 LOAD_REG_IMMEDIATE(r3, PHYSICAL_START) /* target addr */
H A Dprom_init.c2297 if (PHYSICAL_START > 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dsetup.c114 system_reset_addr = __pa(system_reset_fwnmi) - PHYSICAL_START;
115 machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START;

Completed in 117 milliseconds