Home
last modified time | relevance | path

Searched refs:qemu_fdt_nop_node (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Ddevice_tree.h122 int qemu_fdt_nop_node(void *fdt, const char *node_path);
/openbmc/qemu/hw/arm/
H A Dboot.c469 qemu_fdt_nop_node(fdt, "/psci"); in fdt_add_psci_node()
583 qemu_fdt_nop_node(fdt, node_path[n]); in arm_load_dtb()
H A Dxlnx-versal-virt.c466 qemu_fdt_nop_node(fdt, node_path[n]); in fdt_nop_memory_nodes()
/openbmc/qemu/system/
H A Ddevice_tree.c514 int qemu_fdt_nop_node(void *fdt, const char *node_path) in qemu_fdt_nop_node() function