Home
last modified time | relevance | path

Searched refs:__rd_start (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/arch/mips/dec/boot/
Ddecstation.c29 extern void *__rd_start, *__rd_end; /* begin and end of ramdisk image */
86 INITRD_START = (long)&__rd_start; in dec_entry()
87 INITRD_SIZE = (long)&__rd_end - (long)&__rd_start; in dec_entry()
/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dprom.c34 extern unsigned char __rd_start;
52 initrd_start = (unsigned long)&__rd_start; in prom_meminit()
/linux-2.4.37.9/arch/mips/au1000/common/
Dsetup.c51 extern void * __rd_start, * __rd_end;
173 initrd_start = (unsigned long)&__rd_start; in au1x00_setup()
/linux-2.4.37.9/arch/mips64/kernel/
Dsetup.c68 extern void * __rd_start, * __rd_end;
338 if (&__rd_start != &__rd_end) { in bootmem_init()
339 initrd_start = (unsigned long)&__rd_start; in bootmem_init()
/linux-2.4.37.9/arch/mips/sibyte/cfe/
Dsetup.c64 extern unsigned char __rd_start;
123 initrd_start = (unsigned long)&__rd_start; in prom_meminit()
/linux-2.4.37.9/arch/mips/kernel/
Dsetup.c69 extern void * __rd_start, * __rd_end;
385 if (&__rd_start != &__rd_end) { in bootmem_init()
386 initrd_start = (unsigned long)&__rd_start; in bootmem_init()
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5477/
Dsetup.c171 extern unsigned long __rd_start, __rd_end, initrd_start, initrd_end;
212 initrd_start = (unsigned long)&__rd_start; in ddb_setup()
/linux-2.4.37.9/arch/mips64/
Dld.script.elf32.S82 __rd_start = .; define
Dld.script.elf6491 __rd_start = .;
/linux-2.4.37.9/arch/mips/
Dld.script.in80 __rd_start = .; symbol
/linux-2.4.37.9/arch/mips/dec/
Dsetup.c53 extern void * __rd_start, * __rd_end;
141 initrd_start = (unsigned long)&__rd_start; in decstation_setup()
/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dsetup.c188 extern unsigned long __rd_start, __rd_end, initrd_start, initrd_end;