Lines Matching full:devices

62         if (dev->realized) { /* only realized memory devices matter */  in memory_device_build_list()
82 * Memslots that are reserved by memory devices (required but still reported
137 * Consider our soft-limit across all memory devices. We don't really in memory_device_memslot_decision_limit()
158 /* We cannot have any other memory devices? So give all to this device. */ in memory_device_memslot_decision_limit()
165 * still available for memory devices. in memory_device_memslot_decision_limit()
207 " in use of total space for memory devices 0x" RAM_ADDR_FMT, in memory_device_check_addable()
229 " all 'maxmem' might be usable for memory devices.", in memory_device_get_free_addr()
242 "], usable range for memory devices [0x%" PRIx64 ":0x%" in memory_device_get_free_addr()
298 GSList *devices = NULL, *item; in qmp_memory_device_list() local
302 &devices); in qmp_memory_device_list()
304 for (item = devices; item; item = g_slist_next(item)) { in qmp_memory_device_list()
309 /* Let's query infotmation even for empty memory devices. */ in qmp_memory_device_list()
315 g_slist_free(devices); in qmp_memory_device_list()
355 /* We support empty memory devices even without device memory. */ in memory_device_pre_plug()
361 error_setg(errp, "the configuration is not prepared for memory devices" in memory_device_pre_plug()
498 * our region for memory devices consumes exactly one memslot in KVM in memory_devices_region_mod()
501 * rarely for memory devices (R/O NVDIMMs). in memory_devices_region_mod()
504 * the memory would be inaccessible by such vhost devices. in memory_devices_region_mod()
513 warn_report("Memory devices use more memory slots than indicated as required."); in memory_devices_region_mod()
543 /* Track the number of memslots used by memory devices. */ in machine_memory_devices_init()