roots_to_free    1439 arch/x86/include/asm/kvm_host.h 			ulong roots_to_free);
roots_to_free    3718 arch/x86/kvm/mmu.c 			ulong roots_to_free)
roots_to_free    3722 arch/x86/kvm/mmu.c 	bool free_active_root = roots_to_free & KVM_MMU_ROOT_CURRENT;
roots_to_free    3729 arch/x86/kvm/mmu.c 			if ((roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) &&
roots_to_free    3740 arch/x86/kvm/mmu.c 		if (roots_to_free & KVM_MMU_ROOT_PREVIOUS(i))
roots_to_free    5392 arch/x86/kvm/vmx/vmx.c 	unsigned long roots_to_free = 0;
roots_to_free    5455 arch/x86/kvm/vmx/vmx.c 				roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
roots_to_free    5457 arch/x86/kvm/vmx/vmx.c 		kvm_mmu_free_roots(vcpu, vcpu->arch.mmu, roots_to_free);