Home
last modified time | relevance | path

Searched refs:_fdt_start (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/c6x/kernel/
Dvmlinux.lds.S99 _fdt_start = . ; /* place for fdt blob */ symbol
102 . = _fdt_start + 0x4000; /* Pad up to 16kbyte */
Dsetup.c272 struct boot_param_header *fdt = (struct boot_param_header *)_fdt_start; in machine_init()
/linux-3.4.99/arch/microblaze/kernel/
Dvmlinux.lds.S45 _fdt_start = . ; /* place for fdt blob */ symbol
47 . = _fdt_start + 0x8000; /* Pad up to 32kbyte */
Dsetup.c142 early_init_devtree((void *)_fdt_start); in machine_early_init()
159 (unsigned int)_fdt_start); in machine_early_init()
Dhead.S97 ori r4, r0, TOPHYS(_fdt_start)
/linux-3.4.99/arch/c6x/include/asm/
Dsections.h10 extern char _fdt_start[], _fdt_end[];
/linux-3.4.99/arch/microblaze/include/asm/
Dsections.h25 extern u32 _fdt_start[], _fdt_end[];
/linux-3.4.99/arch/microblaze/boot/
DMakefile34 -K _fdt_start vmlinux -o $@