Home
last modified time | relevance | path

Searched refs:fdt_property_string (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_arm.c286 res = fdt_property_string(fdt, "model", GCSPRINTF("XENVM-%d.%d", in make_root_properties()
322 res = fdt_property_string(fdt, "bootargs", state->pv_cmdline); in make_chosen_node()
384 res = fdt_property_string(fdt, "device_type", "cpu"); in make_cpus_node()
390 res = fdt_property_string(fdt, "enable-method", "psci"); in make_cpus_node()
416 res = fdt_property_string(fdt, "method", "hvc"); in make_psci_node()
446 res = fdt_property_string(fdt, "device_type", "memory"); in make_memory_nodes()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Ddomain_build.c452 res = fdt_property_string(kinfo->fdt, "status", "disabled"); in write_properties()
552 res = fdt_property_string(fdt, "device_type", "memory"); in make_memory_node()
652 res = fdt_property_string(fdt, "method", "hvc"); in make_psci_node()
751 res = fdt_property_string(fdt, "device_type", "cpu"); in make_cpus_node()
768 res = fdt_property_string(fdt, "enable-method", "psci"); in make_cpus_node()
A Dgic-v3-its.c968 res = fdt_property_string(fdt, "compatible", "arm,gic-v3-its"); in gicv3_its_make_hwdom_dt_nodes()
A Dgic-v2.c696 res = fdt_property_string(fdt, "compatible", "arm,gic-v2m-frame"); in gicv2m_make_dt_node()
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dlibfdt.h1042 #define fdt_property_string(fdt, name, str) \ macro

Completed in 17 milliseconds