Lines Matching defs:slot
213 struct kvm_memory_slot *slot)
216 * The slot has been made invalid (ready for moving or deletion), so we
221 /* Flush slot from GPA */
222 kvm_mips_flush_gpa_pt(kvm, slot->base_gfn,
223 slot->base_gfn + slot->npages - 1);
225 kvm_mips_callbacks->flush_shadow_memslot(kvm, slot);
245 kvm_debug("%s: kvm: %p slot: %d, GPA: %llx, size: %llx, QVA: %llx\n",
246 __func__, kvm, mem->slot, mem->guest_phys_addr,
250 * If dirty page logging is enabled, write protect all pages in the slot