Lines Matching full:value

37         if (cpu->value->cpu_index == monitor_get_cpu_index(mon)) {  in hmp_info_cpus()
42 cpu->value->cpu_index); in hmp_info_cpus()
43 monitor_printf(mon, " thread_id=%" PRId64 "\n", cpu->value->thread_id); in hmp_info_cpus()
62 monitor_printf(mon, " type: \"%s\"\n", l->value->type); in hmp_hotpluggable_cpus()
64 l->value->vcpus_count); in hmp_hotpluggable_cpus()
65 if (l->value->qom_path) { in hmp_hotpluggable_cpus()
66 monitor_printf(mon, " qom_path: \"%s\"\n", l->value->qom_path); in hmp_hotpluggable_cpus()
69 c = l->value->props; in hmp_hotpluggable_cpus()
117 visit_type_uint16List(v, NULL, &m->value->host_nodes, &error_abort); in hmp_info_memdev()
118 monitor_printf(mon, "memory backend: %s\n", m->value->id); in hmp_info_memdev()
119 monitor_printf(mon, " size: %" PRId64 "\n", m->value->size); in hmp_info_memdev()
121 m->value->merge ? "true" : "false"); in hmp_info_memdev()
123 m->value->dump ? "true" : "false"); in hmp_info_memdev()
125 m->value->prealloc ? "true" : "false"); in hmp_info_memdev()
127 m->value->share ? "true" : "false"); in hmp_info_memdev()
128 if (m->value->has_reserve) { in hmp_info_memdev()
130 m->value->reserve ? "true" : "false"); in hmp_info_memdev()
133 HostMemPolicy_str(m->value->policy)); in hmp_info_memdev()
243 int64_t value = qdict_get_int(qdict, "value"); in hmp_balloon() local
246 qmp_balloon(value, &err); in hmp_balloon()
257 MemoryDeviceInfo *value; in hmp_info_memory_devices() local
263 value = info->value; in hmp_info_memory_devices()
265 if (value) { in hmp_info_memory_devices()
266 switch (value->type) { in hmp_info_memory_devices()
269 di = value->type == MEMORY_DEVICE_INFO_KIND_DIMM ? in hmp_info_memory_devices()
270 value->u.dimm.data : value->u.nvdimm.data; in hmp_info_memory_devices()
272 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()
285 vpi = value->u.virtio_pmem.data; in hmp_info_memory_devices()
287 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()
294 vmi = value->u.virtio_mem.data; in hmp_info_memory_devices()
296 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()
309 se = value->u.sgx_epc.data; in hmp_info_memory_devices()
311 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()
319 hi = value->u.hv_balloon.data; in hmp_info_memory_devices()
321 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()