Searched refs:KVM_MMU_ROOT_PREVIOUS (Results 1 – 4 of 4) sorted by relevance
3768 if ((roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) && in kvm_mmu_free_roots() 3782 if (roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) in kvm_mmu_free_roots() 3835 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_mmu_free_guest_mode_roots() 4272 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_mmu_sync_prev_roots() 6026 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in __kvm_mmu_free_obsolete_roots() 6442 if (roots & KVM_MMU_ROOT_PREVIOUS(i)) in kvm_mmu_invalidate_addr() 6478 roots |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_mmu_invpcid_gva()
441 #define KVM_MMU_ROOT_PREVIOUS(i) BIT(1+i) macro
403 roots |= KVM_MMU_ROOT_PREVIOUS(i); in nested_ept_invalidate_addr() 5954 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in handle_invept()
1415 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i); in kvm_invalidate_pcid()