Home
last modified time | relevance | path

Searched refs:qemu_fdt_setprop_u64 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Ddevice_tree.h69 int qemu_fdt_setprop_u64(void *fdt, const char *node_path,
/openbmc/qemu/hw/riscv/
H A Dboot.c213 qemu_fdt_setprop_u64(fdt, "/chosen", "linux,initrd-start", start); in riscv_load_initrd()
214 qemu_fdt_setprop_u64(fdt, "/chosen", "linux,initrd-end", end); in riscv_load_initrd()
/openbmc/qemu/system/
H A Ddevice_tree.c384 int qemu_fdt_setprop_u64(void *fdt, const char *node_path, in qemu_fdt_setprop_u64() function
/openbmc/qemu/hw/arm/
H A Dsbsa-ref.c266 qemu_fdt_setprop_u64(sms->fdt, nodename, "reg", mpidr); in create_fdt()
H A Dvirt.c242 qemu_fdt_setprop_u64(ms->fdt, node, "kaslr-seed", seed.kaslr); in create_randomness()
465 qemu_fdt_setprop_u64(ms->fdt, nodename, "reg", in fdt_add_cpu_nodes()
/openbmc/qemu/hw/ppc/
H A De500.c523 qemu_fdt_setprop_u64(fdt, cpu_name, "cpu-release-addr", in ppce500_load_device_tree()