Searched refs:roots_to_free (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3590 /* roots_to_free must be some combination of the KVM_MMU_ROOT_* flags */
3592 ulong roots_to_free)
3599 WARN_ON_ONCE(roots_to_free & ~KVM_MMU_ROOTS_ALL);
3604 free_active_root = (roots_to_free & KVM_MMU_ROOT_CURRENT)
3609 if ((roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) &&
3623 if (roots_to_free & KVM_MMU_ROOT_PREVIOUS(i))
3658 unsigned long roots_to_free = 0; local
3676 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
3679 kvm_mmu_free_roots(kvm, mmu, roots_to_free);
4077 unsigned long roots_to_free local
3591 kvm_mmu_free_roots(struct kvm *kvm, struct kvm_mmu *mmu, ulong roots_to_free) argument
5674 unsigned long roots_to_free = 0; local
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c5706 unsigned long type, roots_to_free; local
5756 roots_to_free = 0;
5759 roots_to_free |= KVM_MMU_ROOT_CURRENT;
5765 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
5769 roots_to_free = KVM_MMU_ROOTS_ALL;
5776 if (roots_to_free)
5777 kvm_mmu_free_roots(vcpu->kvm, mmu, roots_to_free);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h2114 ulong roots_to_free);
/linux-master/arch/x86/kvm/
H A Dx86.c1226 unsigned long roots_to_free = 0; local
1261 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
1263 kvm_mmu_free_roots(vcpu->kvm, mmu, roots_to_free);

Completed in 201 milliseconds