Searched refs:clust_name (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/riscv/ |
H A D | spike.c | 62 char *mem_name, *clint_name, *clust_name; in create_fdt() local 100 clust_name = g_strdup_printf("/cpus/cpu-map/cluster%d", socket); in create_fdt() 101 qemu_fdt_add_subnode(fdt, clust_name); in create_fdt() 139 core_name = g_strdup_printf("%s/core%d", clust_name, cpu); in create_fdt() 172 g_free(clust_name); in create_fdt()
|
H A D | virt.c | 220 char *clust_name, uint32_t *phandle, in create_fdt_socket_cpus() argument 285 core_name = g_strdup_printf("%s/core%d", clust_name, cpu); in create_fdt_socket_cpus() 751 g_autofree char *clust_name = NULL; in create_fdt_sockets() local 754 clust_name = g_strdup_printf("/cpus/cpu-map/cluster%d", socket); in create_fdt_sockets() 755 qemu_fdt_add_subnode(ms->fdt, clust_name); in create_fdt_sockets() 757 create_fdt_socket_cpus(s, socket, clust_name, phandle, in create_fdt_sockets()
|