Searched refs:KVM_PRIVATE_MEM_SLOTS (Results 1 – 7 of 7) sorted by relevance
25 #define KVM_PRIVATE_MEM_SLOTS 4 macro
34 #define KVM_PRIVATE_MEM_SLOTS 4 macro
28 #define KVM_PRIVATE_MEM_SLOTS 4 macro
32 #define KVM_PRIVATE_MEM_SLOTS 4 macro210 DECLARE_BITMAP(slot_bitmap, KVM_MEMORY_SLOTS + KVM_PRIVATE_MEM_SLOTS);
224 KVM_PRIVATE_MEM_SLOTS];
653 if (mem->slot >= KVM_MEMORY_SLOTS + KVM_PRIVATE_MEM_SLOTS) in __kvm_set_memory_region()
1064 bitmap_zero(sp->slot_bitmap, KVM_MEMORY_SLOTS + KVM_PRIVATE_MEM_SLOTS); in kvm_mmu_alloc_page()