Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c3576 if ((roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) && in kvm_mmu_free_roots()
3587 if (roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) in kvm_mmu_free_roots()
3635 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_mmu_free_guest_mode_roots()
4041 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_mmu_sync_prev_roots()
5541 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in __kvm_mmu_free_obsolete_roots()
5834 if (roots & KVM_MMU_ROOT_PREVIOUS(i)) in kvm_mmu_invalidate_addr()
5870 roots |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_mmu_invpcid_gva()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h424 #define KVM_MMU_ROOT_PREVIOUS(i) BIT(1+i) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c373 roots |= KVM_MMU_ROOT_PREVIOUS(i); in nested_ept_invalidate_addr()
5778 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in handle_invept()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c1261 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_invalidate_pcid()