Searched refs:cpu_path (Results 1 – 3 of 3) sorted by relevance
70 service=$(get_service_from_object "$cpu_path" 1 "$CPU_INTF")71 echo "Found SST on $cpu_path on $service"72 for prop in $(get_property_names "$service" "$cpu_path" "$CPU_INTF")74 echo " $prop: $(get_property "$service" "$cpu_path" "$CPU_INTF" "$prop")"77 profiles=$(get_sub_tree_paths "$cpu_path" 1 "$CONFIG_INTF")99 case $cpu_path in106 value=$cpu_path/$value109 service=$(get_service_from_object "$cpu_path" 1 "$CPU_INTF")110 set_property "$service" "$cpu_path" "$CPU_INTF" "$prop" "$signature" "$value"
214 cpu_path = self.vm.cmd('query-cpus-fast')[0].get('qom-path')215 return self.vm.cmd('qom-get', path=cpu_path, property=prop)
516 char *cpu_path = g_strdup_printf("/cpus/cpu@%d", cpu); in fdt_add_cpu_nodes() local534 qemu_fdt_setprop_phandle(ms->fdt, map_path, "cpu", cpu_path); in fdt_add_cpu_nodes()537 g_free(cpu_path); in fdt_add_cpu_nodes()