Searched refs:max_mem_slots (Results 1 – 1 of 1) sorted by relevance
342 uint32_t max_mem_slots; in test_add_max_memory_regions() local348 max_mem_slots = kvm_check_cap(KVM_CAP_NR_MEMSLOTS); in test_add_max_memory_regions()349 TEST_ASSERT(max_mem_slots > 0, in test_add_max_memory_regions()351 pr_info("Allowed number of memory slots: %i\n", max_mem_slots); in test_add_max_memory_regions()359 (max_mem_slots - 1), MEM_REGION_SIZE >> 10); in test_add_max_memory_regions()360 for (slot = 0; slot < max_mem_slots; slot++) { in test_add_max_memory_regions()