Home
last modified time | relevance | path

Searched refs:KVM_MMU_ROOT_PREVIOUS (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c3524 if ((roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) && in kvm_mmu_free_roots()
3535 if (roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) in kvm_mmu_free_roots()
3580 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_mmu_free_guest_mode_roots()
3996 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_mmu_sync_prev_roots()
5482 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in __kvm_mmu_free_obsolete_roots()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h1998 #define KVM_MMU_ROOT_PREVIOUS(i) BIT(1+i) macro
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dnested.c5721 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in handle_invept()
/linux-6.3-rc2/arch/x86/kvm/
A Dx86.c1235 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_invalidate_pcid()

Completed in 56 milliseconds