Lines Matching defs:slot
447 * @slot: The memory slot associated with mask
448 * @gfn_offset: The gfn offset in memory slot
450 * slot to be write protected
456 struct kvm_memory_slot *slot,
459 gfn_t base_gfn = slot->base_gfn + gfn_offset;
474 kvm_debug("%s: kvm: %p slot: %d, GPA: %llx, size: %llx, QVA: %llx\n",
475 __func__, kvm, mem->slot, mem->guest_phys_addr,
479 * If dirty page logging is enabled, write protect all pages in the slot
511 struct kvm_memory_slot *slot)
516 * The slot has been made invalid (ready for moving or deletion), so we
522 /* Flush slot from GPA */
523 kvm_flush_gpa_pt(kvm, slot->base_gfn,
524 slot->base_gfn + slot->npages - 1, &npages);
846 * if the memory slot was marked for dirty logging and was
983 * memory slot (illustrated by the head and tail parts of the
1019 struct kvm_memory_slot *slot;
1048 slot = gfn_to_memslot(kvm, gfn);
1049 if (slot->flags & KVM_MEM_LOG_DIRTY_PAGES) {