Home
last modified time | relevance | path

Searched refs:roots_to_free (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/kvm/
Dmmu.c3712 ulong roots_to_free) in kvm_mmu_free_roots() argument
3716 bool free_active_root = roots_to_free & KVM_MMU_ROOT_CURRENT; in kvm_mmu_free_roots()
3723 if ((roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) && in kvm_mmu_free_roots()
3734 if (roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) in kvm_mmu_free_roots()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1437 ulong roots_to_free);
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c5403 unsigned long roots_to_free = 0; in handle_invpcid() local
5466 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in handle_invpcid()
5468 kvm_mmu_free_roots(vcpu, vcpu->arch.mmu, roots_to_free); in handle_invpcid()