Searched refs:KVM_USER_MEM_SLOTS (Results 1 – 12 of 12) sorted by relevance
394 #define TSS_PRIVATE_MEMSLOT (KVM_USER_MEM_SLOTS + 0)395 #define APIC_ACCESS_PAGE_PRIVATE_MEMSLOT (KVM_USER_MEM_SLOTS + 1)396 #define IDENTITY_PAGETABLE_PRIVATE_MEMSLOT (KVM_USER_MEM_SLOTS + 2)
36 #define KVM_USER_MEM_SLOTS 509 macro39 #define KVM_MEM_SLOTS_NUM (KVM_USER_MEM_SLOTS + KVM_PRIVATE_MEM_SLOTS)
38 #define KVM_USER_MEM_SLOTS 32 macro
39 #define KVM_USER_MEM_SLOTS 32 macro
41 #define KVM_USER_MEM_SLOTS 32 macro42 #define KVM_MEM_SLOTS_NUM KVM_USER_MEM_SLOTS
786 if ((mem->slot < KVM_USER_MEM_SLOTS) && in __kvm_set_memory_region()841 if ((slot->id >= KVM_USER_MEM_SLOTS) || in __kvm_set_memory_region()956 if (mem->slot >= KVM_USER_MEM_SLOTS) in kvm_vm_ioctl_set_memory_region()970 if (log->slot >= KVM_USER_MEM_SLOTS) in kvm_get_dirty_log()1029 if (log->slot >= KVM_USER_MEM_SLOTS) in kvm_get_dirty_log_protect()1099 if (!memslot || memslot->id >= KVM_USER_MEM_SLOTS || in kvm_is_visible_gfn()
28 #define KVM_USER_MEM_SLOTS 32 macro
59 #define KVM_USER_MEM_SLOTS 8 macro
329 #define KVM_MEM_SLOTS_NUM (KVM_USER_MEM_SLOTS + KVM_PRIVATE_MEM_SLOTS)
197 r = KVM_USER_MEM_SLOTS; in kvm_vm_ioctl_check_extension()245 if (log->slot >= KVM_USER_MEM_SLOTS) in kvm_vm_ioctl_get_dirty_log()
2815 r = KVM_USER_MEM_SLOTS; in kvm_vm_ioctl_check_extension()7610 if ((memslot->id >= KVM_USER_MEM_SLOTS) && (change == KVM_MR_CREATE)) { in kvm_arch_prepare_memory_region()7688 if ((mem->slot >= KVM_USER_MEM_SLOTS) && (change == KVM_MR_DELETE)) { in kvm_arch_commit_memory_region()
2337 if (log->slot >= KVM_USER_MEM_SLOTS) in kvm_vm_ioctl_get_dirty_log_hv()