Home
last modified time | relevance | path

Searched refs:__appended_dtb (Results 1 – 7 of 7) sorted by relevance

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