Searched refs:fdt_property_string (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_arm.c | 286 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 D | domain_build.c | 452 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 D | gic-v3-its.c | 968 res = fdt_property_string(fdt, "compatible", "arm,gic-v3-its"); in gicv3_its_make_hwdom_dt_nodes()
|
A D | gic-v2.c | 696 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 D | libfdt.h | 1042 #define fdt_property_string(fdt, name, str) \ macro
|
Completed in 17 milliseconds