Home
last modified time | relevance | path

Searched refs:load_device_tree (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/system/
H A Ddevice_tree.h18 void *load_device_tree(const char *filename_path, int *sizep);
/openbmc/qemu/hw/core/
H A Dloader-fit.c277 itb = load_device_tree(filename, &itb_size); in load_fit()