Searched refs:fdt_open_into (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/libfdt/
H A Dfdt_empty_tree.c61 return fdt_open_into(buf, buf, bufsize);
H A Dlibfdt.h53 * contain the expanded tree. Use fdt_open_into() to move the
84 * read-write functions, this may mean that fdt_open_into() is
94 * then strings). Use fdt_open_into() to reorganize the tree
1002 int fdt_open_into(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c395 int fdt_open_into(const void *fdt, void *buf, int bufsize) function
/gem5/src/base/loader/
H A Ddtb_object.cc98 int ret = fdt_open_into((void*)fileData, (void*)fdt_buf_w_space, (newLen));

Completed in 7 milliseconds