Searched refs:fdt_buf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 25 static unsigned char fdt_buf[16 << 10] __initdata __aligned(8); variable 309 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim() 313 root_off = fdt_path_offset(fdt_buf, "/"); in malta_dt_shim() 317 compat = fdt_getprop(fdt_buf, root_off, "compatible", &len); in malta_dt_shim() 325 append_memory(fdt_buf, root_off); in malta_dt_shim() 326 remove_gic(fdt_buf); in malta_dt_shim() 328 err = fdt_pack(fdt_buf); in malta_dt_shim() 332 return fdt_buf; in malta_dt_shim()
|
/openbmc/linux/arch/mips/generic/ |
H A D | board-sead3.c | 162 static unsigned char fdt_buf[16 << 10] __initdata; in sead3_fixup_fdt() local 173 err = apply_mips_fdt_fixups(fdt_buf, sizeof(fdt_buf), in sead3_fixup_fdt() 178 return fdt_buf; in sead3_fixup_fdt()
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | proc.py | 263 fdt_buf = utils.read_memoryview(inf, py_fdt_header_ptr, 271 f.write(fdt_buf)
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_hcall.c | 1344 target_ulong fdt_buf = args[1]; in h_client_architecture_support() local 1363 cpu_physical_memory_write(fdt_buf, &hdr, sizeof(hdr)); in h_client_architecture_support() 1364 cpu_physical_memory_write(fdt_buf + sizeof(hdr), spapr->fdt_blob, in h_client_architecture_support()
|