Home
last modified time | relevance | path

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

/linux-4.4.14/arch/c6x/kernel/
Dvmlinux.lds.S93 _fdt_start = . ; /* place for fdt blob */ symbol
96 . = _fdt_start + 0x4000; /* Pad up to 16kbyte */
Dsetup.c273 void *fdt = _fdt_start; in machine_init()
/linux-4.4.14/arch/microblaze/kernel/
Dvmlinux.lds.S45 _fdt_start = . ; /* place for fdt blob */ symbol
47 . = _fdt_start + 0x8000; /* Pad up to 32kbyte */
Dsetup.c136 early_init_devtree(_fdt_start); in machine_early_init()
152 pr_info("Compiled-in FDT at %p\n", _fdt_start); in machine_early_init()
Dhead.S101 ori r4, r0, TOPHYS(_fdt_start)
/linux-4.4.14/arch/c6x/include/asm/
Dsections.h10 extern char _fdt_start[], _fdt_end[];
/linux-4.4.14/arch/microblaze/include/asm/
Dsections.h20 extern u32 _fdt_start[], _fdt_end[];
/linux-4.4.14/arch/microblaze/boot/
DMakefile26 -K _fdt_start vmlinux -o $@