Lines Matching defs:slot
1113 * kvm_mmu_wp_memory_region() - write protect stage 2 entries for memory slot
1115 * @slot: The memory slot to write protect
1125 static void kvm_mmu_wp_memory_region(struct kvm *kvm, int slot)
1128 struct kvm_memory_slot *memslot = id_to_memslot(slots, slot);
1145 * pages for memory slot
1147 * @slot: The memory slot to split
1152 static void kvm_mmu_split_memory_region(struct kvm *kvm, int slot)
1161 memslot = id_to_memslot(slots, slot);
1174 * @slot: The memory slot associated with mask
1175 * @gfn_offset: The gfn offset in memory slot
1177 * slot to enable dirty logging on
1183 struct kvm_memory_slot *slot,
1186 phys_addr_t base_gfn = slot->base_gfn + gfn_offset;
1260 * memory slot (illustrated by the head and tail parts of the
1725 * slot. But we can't find out if that is for a device,
1974 * memory slot is write protected.
2068 void kvm_arch_free_memslot(struct kvm *kvm, struct kvm_memory_slot *slot)
2082 struct kvm_memory_slot *slot)
2084 gpa_t gpa = slot->base_gfn << PAGE_SHIFT;
2085 phys_addr_t size = slot->npages << PAGE_SHIFT;