Searched refs:__appended_dtb (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/boot/compressed/
H A Ddecompress.h19 extern char __appended_dtb[];
H A Ddecompress.c107 fdt_magic((void *)&__appended_dtb) == FDT_MAGIC) {
110 dtb_size = fdt_totalsize((void *)&__appended_dtb);
124 __appended_dtb, dtb_size);
/linux-master/arch/mips/include/asm/
H A Dbootinfo.h121 extern char __appended_dtb[];
127 if (fdt_magic(&__appended_dtb) == FDT_MAGIC)
128 return &__appended_dtb;
/linux-master/arch/mips/kernel/
H A Dvmlinux.lds.S182 __appended_dtb = .; define
H A Dsetup.c50 char __section(".appended_dtb") __appended_dtb[0x100000];
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c1149 if (!fdt_check_header(&__appended_dtb)) {
1150 fdt = &__appended_dtb;

Completed in 146 milliseconds