Lines Matching defs:memslot
767 struct kvm_memory_slot *memslot;
787 kvm_for_each_memslot(memslot, bkt, kvm_memslots(kvm))
788 kvmhv_free_memslot_nest_rmap(memslot);
999 const struct kvm_memory_slot *memslot,
1006 if (!memslot)
1008 gfn = (gpa >> PAGE_SHIFT) - memslot->base_gfn;
1015 unsigned long *rmap = &memslot->arch.rmap[gfn];
1489 struct kvm_memory_slot *memslot;
1557 /* 1. Get the corresponding host memslot */
1559 memslot = gfn_to_memslot(kvm, gfn);
1560 if (!memslot || (memslot->flags & KVM_MEMSLOT_INVALID)) {
1572 if (memslot->flags & KVM_MEM_READONLY) {
1601 ret = kvmppc_book3s_instantiate_page(vcpu, gpa, memslot,
1643 rmapp = &memslot->arch.rmap[gfn - memslot->base_gfn];