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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dcrash_dump.c52 patch_branch(++p, addr + PHYSICAL_START, 0);
66 create_trampoline(__pa(system_reset_fwnmi) - PHYSICAL_START);
67 create_trampoline(__pa(machine_check_fwnmi) - PHYSICAL_START);
H A Dsetup_64.c246 - PHYSICAL_START);
418 if (PHYSICAL_START > 0)
420 (unsigned long long)PHYSICAL_START);
H A Dprom.c692 memblock_reserve(PHYSICAL_START, __pa(klimit) - PHYSICAL_START);
694 if (PHYSICAL_START > MEMORY_START)
H A Dhead_32.S194 lis r5,PHYSICAL_START@h
195 cmplw 0,r4,r5 /* already running at PHYSICAL_START? */
764 * the kernel image to physical address PHYSICAL_START.
770 lis r3,PHYSICAL_START@h /* Destination base address */
H A Dprom_init.c2509 if (PHYSICAL_START > 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcrash_dump.c52 patch_branch(++p, addr + PHYSICAL_START, 0);
66 create_trampoline(__pa(system_reset_fwnmi) - PHYSICAL_START);
67 create_trampoline(__pa(machine_check_fwnmi) - PHYSICAL_START);
H A Dsetup_64.c246 - PHYSICAL_START);
418 if (PHYSICAL_START > 0)
420 (unsigned long long)PHYSICAL_START);
H A Dprom.c692 memblock_reserve(PHYSICAL_START, __pa(klimit) - PHYSICAL_START);
694 if (PHYSICAL_START > MEMORY_START)
H A Dhead_32.S194 lis r5,PHYSICAL_START@h
195 cmplw 0,r4,r5 /* already running at PHYSICAL_START? */
764 * the kernel image to physical address PHYSICAL_START.
770 lis r3,PHYSICAL_START@h /* Destination base address */
H A Dprom_init.c2509 if (PHYSICAL_START > 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dpage.h57 * PHYSICAL_START is the physical address of the start of the kernel.
61 * KERNELBASE, PAGE_OFFSET, and PHYSICAL_START are all configurable on
65 * KERNELBASE - PAGE_OFFSET = PHYSICAL_START - MEMORY_START
67 * Also, KERNELBASE >= PAGE_OFFSET and PHYSICAL_START >= MEMORY_START
71 * va = pa + KERNELBASE - PHYSICAL_START
89 #define PHYSICAL_START kernstart_addr macro
91 #define PHYSICAL_START ASM_CONST(CONFIG_PHYSICAL_START) macro
99 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
113 * determine MEMORY_START until then. However we can determine PHYSICAL_START
120 #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) - PHYSICAL_START
[all...]
H A Dmmu-hash64.h32 #define STAB0_PHYS_ADDR (STAB0_OFFSET + PHYSICAL_START)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpage.h57 * PHYSICAL_START is the physical address of the start of the kernel.
61 * KERNELBASE, PAGE_OFFSET, and PHYSICAL_START are all configurable on
65 * KERNELBASE - PAGE_OFFSET = PHYSICAL_START - MEMORY_START
67 * Also, KERNELBASE >= PAGE_OFFSET and PHYSICAL_START >= MEMORY_START
71 * va = pa + KERNELBASE - PHYSICAL_START
89 #define PHYSICAL_START kernstart_addr macro
91 #define PHYSICAL_START ASM_CONST(CONFIG_PHYSICAL_START) macro
99 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
113 * determine MEMORY_START until then. However we can determine PHYSICAL_START
120 #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) - PHYSICAL_START
[all...]
H A Dmmu-hash64.h32 #define STAB0_PHYS_ADDR (STAB0_OFFSET + PHYSICAL_START)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dsetup.c107 system_reset_addr = __pa(system_reset_fwnmi) - PHYSICAL_START;
108 machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dsetup.c107 system_reset_addr = __pa(system_reset_fwnmi) - PHYSICAL_START;
108 machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START;

Completed in 210 milliseconds