Home
last modified time | relevance | path

Searched refs:KVM_MEM_SLOTS_NUM (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dkvm_host.h418 #ifndef KVM_MEM_SLOTS_NUM
419 #define KVM_MEM_SLOTS_NUM (KVM_USER_MEM_SLOTS + KVM_PRIVATE_MEM_SLOTS) macro
436 struct kvm_memory_slot memslots[KVM_MEM_SLOTS_NUM];
438 short id_to_index[KVM_MEM_SLOTS_NUM];
585 memslot < slots->memslots + KVM_MEM_SLOTS_NUM && memslot->npages;\