Searched refs:fdt_property_string (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_arm.c | 277 res = fdt_property_string(fdt, "model", GCSPRINTF("XENVM-%d.%d", in make_root_properties() 313 res = fdt_property_string(fdt, "bootargs", state->pv_cmdline); in make_chosen_node() 375 res = fdt_property_string(fdt, "device_type", "cpu"); in make_cpus_node() 381 res = fdt_property_string(fdt, "enable-method", "psci"); in make_cpus_node() 408 res = fdt_property_string(fdt, "method", "hvc"); in make_psci_node() 437 res = fdt_property_string(fdt, "method", "hvc"); in make_optee_node() 464 res = fdt_property_string(fdt, "device_type", "memory"); in make_memory_nodes()
|
/xen/xen/arch/arm/ |
A D | domain_build.c | 588 res = fdt_property_string(kinfo->fdt, "status", "disabled"); in write_properties() 701 res = fdt_property_string(fdt, "device_type", "memory"); in make_memory_node() 805 res = fdt_property_string(fdt, "method", "hvc"); in make_psci_node() 918 res = fdt_property_string(fdt, "device_type", "cpu"); in make_cpus_node() 935 res = fdt_property_string(fdt, "enable-method", "psci"); in make_cpus_node() 1049 res = fdt_property_string(fdt, "compatible", "arm,armv7-timer"); in make_timer_node() 1051 res = fdt_property_string(fdt, "compatible", "arm,armv8-timer"); in make_timer_node() 1634 res = fdt_property_string(fdt, "compatible", "arm,gic-400"); in make_gicv2_domU_node() 1684 res = fdt_property_string(fdt, "compatible", "arm,gic-v3"); in make_gicv3_domU_node() 1737 res = fdt_property_string(fdt, "compatible", "arm,sbsa-uart"); in make_vpl011_uart_node()
|
A D | gic-v3-its.c | 954 res = fdt_property_string(fdt, "compatible", "arm,gic-v3-its"); in gicv3_its_make_hwdom_dt_nodes()
|
A D | gic-v2.c | 798 res = fdt_property_string(fdt, "compatible", "arm,gic-v2m-frame"); in gicv2m_make_dt_node()
|
/xen/xen/include/xen/libfdt/ |
A D | libfdt.h | 1042 #define fdt_property_string(fdt, name, str) \ macro
|
Completed in 16 milliseconds