Searched refs:map_path (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/loongarch/ |
H A D | virt.c | 400 char *map_path; in fdt_add_cpu_nodes() local 403 map_path = g_strdup_printf( in fdt_add_cpu_nodes() 409 map_path = g_strdup_printf( in fdt_add_cpu_nodes() 414 qemu_fdt_add_path(ms->fdt, map_path); in fdt_add_cpu_nodes() 415 qemu_fdt_setprop_phandle(ms->fdt, map_path, "cpu", cpu_path); in fdt_add_cpu_nodes() 417 g_free(map_path); in fdt_add_cpu_nodes()
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol.c | 1473 static int dso__load_perf_map(const char *map_path, struct dso *dso) in dso__load_perf_map() argument 1480 file = fopen(map_path, "r"); in dso__load_perf_map() 1758 const char *map_path = dso->long_name; in dso__load() local 1765 map_path = newmapname; in dso__load() 1797 ret = dso__load_perf_map(map_path, dso); in dso__load()
|
/openbmc/qemu/hw/arm/ |
H A D | virt.c | 506 char *map_path; in fdt_add_cpu_nodes() local 509 map_path = g_strdup_printf( in fdt_add_cpu_nodes() 516 map_path = g_strdup_printf( in fdt_add_cpu_nodes() 522 qemu_fdt_add_path(ms->fdt, map_path); in fdt_add_cpu_nodes() 523 qemu_fdt_setprop_phandle(ms->fdt, map_path, "cpu", cpu_path); in fdt_add_cpu_nodes() 525 g_free(map_path); in fdt_add_cpu_nodes()
|